Changeset 3276
- Timestamp:
- 03/24/06 10:47:29 (3 years ago)
- Files:
-
- lm-sensors/trunk/README (modified) (1 diff)
- lm-sensors/trunk/doc/busses/i2c-piix4 (modified) (1 diff)
- lm-sensors/trunk/kernel/busses/i2c-piix4.c (modified) (3 diffs)
- lm-sensors/trunk/mkpatch/mkpatch.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/README
r3237 r3276 64 64 Intel 82443MX (440MX) 65 65 NVidia nForce, nForce2, nForce3, nForce4 66 ServerWorks OSB4, CSB5, CSB6 66 ServerWorks OSB4, CSB5, CSB6, HT-1000 67 67 SiS 5595, 630, 645, 655, 730 68 68 SMSC Victory66 lm-sensors/trunk/doc/busses/i2c-piix4
r2083 r3276 8 8 * Intel 82443MX (440MX) 9 9 Datasheet: Publicly available at the Intel website 10 * ServerWorks OSB4, CSB5 and CSB6southbridges10 * ServerWorks OSB4, CSB5, CSB6 and HT-1000 southbridges 11 11 Datasheet: Only available via NDA from ServerWorks 12 12 * Standard Microsystems (SMSC) SLC90E66 (Victory66) southbridge lm-sensors/trunk/kernel/busses/i2c-piix4.c
r3149 r3276 23 23 Supports: 24 24 Intel PIIX4, 440MX 25 Serverworks OSB4, CSB5, CSB6 25 Serverworks OSB4, CSB5, CSB6, HT-1000 26 26 SMSC Victory66 27 27 … … 460 460 #endif 461 461 462 #define PCI_DEVICE_ID_SERVERWORKS_HT1000SB 0x0205 463 462 464 static struct pci_device_id piix4_ids[] __devinitdata = { 463 465 { … … 485 487 .vendor = PCI_VENDOR_ID_SERVERWORKS, 486 488 .device = PCI_DEVICE_ID_SERVERWORKS_CSB6, 489 .subvendor = PCI_ANY_ID, 490 .subdevice = PCI_ANY_ID, 491 .driver_data = 0, 492 }, 493 { 494 .vendor = PCI_VENDOR_ID_SERVERWORKS, 495 .device = PCI_DEVICE_ID_SERVERWORKS_HT1000SB, 487 496 .subvendor = PCI_ANY_ID, 488 497 .subdevice = PCI_ANY_ID, lm-sensors/trunk/mkpatch/mkpatch.pl
r3263 r3276 221 221 while the kernel is running. 222 222 223 Intel 82371AB PIIX4(E) / ServerWorks OSB4 and CSB5223 Intel 82371AB PIIX4(E), ServerWorks OSB4, CSB5, CSB6, HT-1000 224 224 CONFIG_I2C_PIIX4 225 225 If you say yes to this option, support will be included for the 226 Intel PIIX4, PIIX4E, and 443MX, Serverworks OSB4/CSB5, 227 and SMSC Victory66 mainboard 228 I2C interfaces. This can also be 226 Intel PIIX4, PIIX4E, 443MX, Serverworks OSB4, CSB5, CSB6 and 227 HT-1000, and SMSC Victory66 mainboard I2C interfaces. This can also be 229 228 built as a module which can be inserted and removed while the kernel 230 229 is running.
