logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

smbus — System Management Bus

Authors

       This manual page was written by Nicolas Souchu.

Debian                                           August 10, 1998                                        SMBUS(4)

Description

       The  smbus  system provides a uniform, modular and architecture-independent system for the implementation
       of drivers to control various  SMB  devices  and  to  utilize  different  SMB  controllers  (I2C,  PIIX4,
       Brooktree848, vm86...).

History

       The smbus manual page first appeared in FreeBSD 3.0.

Name

       smbus — System Management Bus

See Also

bktr(4), iicbus(4), iicsmb(4), smb(4)

       TheSMBusspecification, http://www.smbus.org/specs/.

Synopsis

devicesmbusdeviceiicsmbdevicebktr

System Management Bus

       The  SystemManagementBus  is  a  two-wire  interface  through  which  simple  power-related chips can
       communicate with rest of the system.  It uses I2C as its backbone (see iicbus(4)).

       A system using SMB passes messages to and from devices instead of tripping individual control lines.

       With the SMBus, a device can provide manufacturer information, tell the system what its model/part number
       is, save its state for a suspend event, report different types of errors, accept control parameters,  and
       return its status.

       The  SMBus  may  share  the  same  host device and physical bus as ACCESS bus components provided that an
       appropriate electrical bridge is provided between the  internal  SMB  devices  and  external  ACCESS  bus
       devices.

See Also