root/lm-sensors/branches/lm-sensors-2.10/doc/busses/i2c-amd8111

Revision 4200, 1.1 KB (checked in by khali, 6 years ago)

Fix typos.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1Kernel driver `i2c-adm8111.o'
2
3Status: Slightly tested.
4
5Supported adapters:
6    * AMD-8111 SMBus 2.0 PCI interface
7
8Datasheets:
9        AMD datasheet not yet available, but almost everything can be found
10        in the publicly available ACPI 2.0 specification, which the adapter
11        follows.
12
13Author: Vojtech Pavlik <vojtech@suse.cz>
14
15Module Parameters
16-----------------
17
18None.
19
20Description
21-----------
22
23If you see something like this:
24
2500:07.2 SMBus: Advanced Micro Devices [AMD] AMD-8111 SMBus 2.0 (rev 02)
26        Subsystem: Advanced Micro Devices [AMD] AMD-8111 SMBus 2.0
27        Flags: medium devsel, IRQ 19
28        I/O ports at d400 [size=32]
29
30in your 'lspci -v', then this driver is for your chipset.
31
32Process Call Support
33--------------------
34
35Supported.
36
37SMBus 2.0 Support
38-----------------
39
40Supported. Both PEC and block process call support is implemented.
41Slave mode or host notification are not yet implemented.
42
43Notes
44-----
45
46Note that for the 8111, there are two SMBus adapters. The SMBus 2.0 adapter is
47supported by this driver, and the SMBus 1.0 adapter is supported
48by the i2c-amd756 driver.
Note: See TracBrowser for help on using the browser.