root/lm-sensors/trunk/doc/busses/i2c-amd8111

Revision 4200, 1.1 kB (checked in by khali, 2 years ago)

Fix typos.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 Kernel driver `i2c-adm8111.o'
2
3 Status: Slightly tested.
4
5 Supported adapters:
6     * AMD-8111 SMBus 2.0 PCI interface
7
8 Datasheets:
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
13 Author: Vojtech Pavlik <vojtech@suse.cz>
14
15 Module Parameters
16 -----------------
17
18 None.
19
20 Description
21 -----------
22
23 If you see something like this:
24
25 00: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
30 in your 'lspci -v', then this driver is for your chipset.
31
32 Process Call Support
33 --------------------
34
35 Supported.
36
37 SMBus 2.0 Support
38 -----------------
39
40 Supported. Both PEC and block process call support is implemented.
41 Slave mode or host notification are not yet implemented.
42
43 Notes
44 -----
45
46 Note that for the 8111, there are two SMBus adapters. The SMBus 2.0 adapter is
47 supported by this driver, and the SMBus 1.0 adapter is supported
48 by the i2c-amd756 driver.
Note: See TracBrowser for help on using the browser.