Changeset 3276

Show
Ignore:
Timestamp:
03/24/06 10:47:29 (3 years ago)
Author:
khali
Message:

Backport from Linux 2.6:
Add Broadcom HT-1000 south bridge's PCI ID to i2c-piix driver.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/README

    r3237 r3276  
    6464  Intel 82443MX (440MX) 
    6565  NVidia nForce, nForce2, nForce3, nForce4 
    66   ServerWorks OSB4, CSB5, CSB6 
     66  ServerWorks OSB4, CSB5, CSB6, HT-1000 
    6767  SiS 5595, 630, 645, 655, 730 
    6868  SMSC Victory66 
  • lm-sensors/trunk/doc/busses/i2c-piix4

    r2083 r3276  
    88  * Intel 82443MX (440MX) 
    99    Datasheet: Publicly available at the Intel website 
    10   * ServerWorks OSB4, CSB5  and CSB6 southbridges 
     10  * ServerWorks OSB4, CSB5, CSB6 and HT-1000 southbridges 
    1111    Datasheet: Only available via NDA from ServerWorks 
    1212  * Standard Microsystems (SMSC) SLC90E66 (Victory66) southbridge 
  • lm-sensors/trunk/kernel/busses/i2c-piix4.c

    r3149 r3276  
    2323   Supports: 
    2424        Intel PIIX4, 440MX 
    25         Serverworks OSB4, CSB5, CSB6 
     25        Serverworks OSB4, CSB5, CSB6, HT-1000 
    2626        SMSC Victory66 
    2727 
     
    460460#endif 
    461461 
     462#define PCI_DEVICE_ID_SERVERWORKS_HT1000SB 0x0205 
     463 
    462464static struct pci_device_id piix4_ids[] __devinitdata = { 
    463465        { 
     
    485487                .vendor =       PCI_VENDOR_ID_SERVERWORKS, 
    486488                .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, 
    487496                .subvendor =    PCI_ANY_ID, 
    488497                .subdevice =    PCI_ANY_ID, 
  • lm-sensors/trunk/mkpatch/mkpatch.pl

    r3263 r3276  
    221221  while the kernel is running. 
    222222 
    223 Intel 82371AB PIIX4(E) / ServerWorks OSB4 and CSB5 
     223Intel 82371AB PIIX4(E), ServerWorks OSB4, CSB5, CSB6, HT-1000 
    224224CONFIG_I2C_PIIX4 
    225225  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 
    229228  built as a module which can be inserted and removed while the kernel 
    230229  is running.