Changeset 2911
- Timestamp:
- 02/18/05 19:55:46 (8 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/doc/busses/i2c-nforce2 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/doc/busses/i2c-nforce2
r2910 r2911 1 Kernel driver `i2c-nforce2.o' 1 Kernel driver i2c-nforce2 2 ------------------------- 2 3 3 Status: Beta, although no problems found during one month usage with hwsensor4 Status: Well tested 4 5 5 6 Supported adapters: 6 7 * nVidia nForce2 SMBus PCI interface 8 (10de:0064, included in nForce2 MCP, 9 10de:0084, included in nForce2 Ultra 400 MCP) 7 10 Datasheet: not publically available, but seems to be similar to the 8 11 AMD-8111 SMBus 2.0 adapter. 12 9 13 * nVidia nForce3 SMBus PCI interface 14 (10de:00d4, included in nForce3 Pro150 MCP, 15 10de:00e4, included in nForce3 250Gb MCP) 16 Datasheet: same as for nForce2 SMBus PCI interface 17 10 18 * nVidia nForce4 SMBus PCI interface 19 (10de:0052, included in nForce4 MCP) 20 Datasheet: same as for nForce2 SMBus PCI interface 11 21 12 22 Author: Hans-Frieder Vogt <hfvogt@arcor.de> 13 14 15 Module Parameters16 -----------------17 18 None.19 23 20 24 … … 35 39 then this driver should support the SMBuses of your motherboard. 36 40 37 See the driver code for the exact list of supported PCI devices.38 39 41 40 42 Notes 41 43 ----- 42 44 43 The SMBus adapter in the nForce2 chipset seems to be very similar to the45 The SMBus adapter in the nForce2/3/4 chipset seems to be very similar to the 44 46 SMBus 2.0 adapter in the AMD-8111 southbridge. However, I could only get the 45 47 driver to work with direct I/O access, which is different to the EC interface
