Changeset 3223
- Timestamp:
- 01/07/06 18:26:14 (3 years ago)
- Files:
-
- lm-sensors/trunk/doc/busses/i2c-nforce2 (modified) (1 diff)
- lm-sensors/trunk/kernel/busses/i2c-nforce2.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/doc/busses/i2c-nforce2
r2911 r3223 18 18 * nVidia nForce4 SMBus PCI interface 19 19 (10de:0052, included in nForce4 MCP) 20 (10de:0034, included in nForce4 MCP-04) 20 21 Datasheet: same as for nForce2 SMBus PCI interface 21 22 lm-sensors/trunk/kernel/busses/i2c-nforce2.c
r3177 r3223 29 29 nForce3 250Gb MCP 00E4 30 30 nForce4 MCP 0052 31 nForce4 MCP-04 0034 31 32 32 33 This driver supports the 2 SMBuses that are included in the MCP of the … … 74 75 #endif 75 76 77 #ifndef PCI_DEVICE_ID_NVIDIA_NFORCE_MPC04_SMBUS 78 #define PCI_DEVICE_ID_NVIDIA_NFORCE_MPC04_SMBUS 0x0034 79 #endif 80 76 81 77 82 struct nforce2_smbus { … … 297 302 { PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE4_SMBUS, 298 303 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, 304 { PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MPC04_SMBUS, 305 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, 299 306 { 0 } 300 307 };
