diff options
author | Flavio Leitner <fbl@sysclose.org> | 2009-03-28 21:34:46 +0100 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-03-28 21:34:46 +0100 |
commit | 506a8b6c27cb08998dc13069fbdf6eb7ec748b99 (patch) | |
tree | e029634bb31d4885e4dacf9985720a631849536b /include | |
parent | 87e1960e93fe792c4f4344a6f3a970f9573c76aa (diff) | |
download | op-kernel-dev-506a8b6c27cb08998dc13069fbdf6eb7ec748b99.zip op-kernel-dev-506a8b6c27cb08998dc13069fbdf6eb7ec748b99.tar.gz |
i2c-piix4: Add support for the Broadcom HT1100 chipset
Add support for the Broadcom HT1100 LD chipset (SMBus function.)
Signed-off-by: Flavio Leitner <fbl@redhat.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 5109fec..2c9e808 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1479,6 +1479,7 @@ #define PCI_DEVICE_ID_SERVERWORKS_HT1000IDE 0x0214 #define PCI_DEVICE_ID_SERVERWORKS_CSB6IDE2 0x0217 #define PCI_DEVICE_ID_SERVERWORKS_CSB6LPC 0x0227 +#define PCI_DEVICE_ID_SERVERWORKS_HT1100LD 0x0408 #define PCI_VENDOR_ID_SBE 0x1176 #define PCI_DEVICE_ID_SBE_WANXL100 0x0301 |