Changeset 2910
- Timestamp:
- 02/17/05 22:44:05 (8 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/doc/busses/i2c-nforce2 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/doc/busses/i2c-nforce2
r1712 r2910 4 4 5 5 Supported adapters: 6 * nVidia nForce2 SMBus PCI interface (10de:0064, included in nForce2 MCP)6 * nVidia nForce2 SMBus PCI interface 7 7 Datasheet: not publically available, but seems to be similar to the 8 8 AMD-8111 SMBus 2.0 adapter. 9 * nVidia nForce3 SMBus PCI interface 10 * nVidia nForce4 SMBus PCI interface 9 11 10 12 Author: Hans-Frieder Vogt <hfvogt@arcor.de> … … 20 22 ----------- 21 23 22 i2c-nforce2 is a driver for the SMBuses included in the nVidia nForce2 MCP. 24 i2c-nforce2 is a driver for the SMBuses included in the nVidia nForce2, 25 nForce3 and nForce4 MCP. 23 26 24 27 If your 'lspci -v' listing shows something like the following, … … 32 35 then this driver should support the SMBuses of your motherboard. 33 36 37 See the driver code for the exact list of supported PCI devices. 38 34 39 35 40 Notes
