diff options
| author | Crane Cai <[email protected]> | 2009-09-18 22:45:50 +0200 |
|---|---|---|
| committer | Jean Delvare <[email protected]> | 2009-09-18 22:45:50 +0200 |
| commit | 76b3e28fa728bb68895cbd8375f5ce233bd891de (patch) | |
| tree | 56cd55a5cd73d20a164857547361b47b8141ecf6 /include/linux | |
| parent | e7c5c49ecdac6dc5a6b67a27838b1b562eeec1b9 (diff) | |
i2c-piix4: Add AMD SB900 SMBus device ID
Add new SMBus device ID for AMD SB900.
Signed-off-by: Crane Cai <[email protected]>
Signed-off-by: Jean Delvare <[email protected]>
Diffstat (limited to 'include/linux')
| -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 3b6b788fe2b5..7803565aa877 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -543,6 +543,7 @@ #define PCI_DEVICE_ID_AMD_8131_BRIDGE 0x7450 #define PCI_DEVICE_ID_AMD_8131_APIC 0x7451 #define PCI_DEVICE_ID_AMD_8132_BRIDGE 0x7458 +#define PCI_DEVICE_ID_AMD_SB900_SMBUS 0x780b #define PCI_DEVICE_ID_AMD_CS5535_IDE 0x208F #define PCI_DEVICE_ID_AMD_CS5536_ISA 0x2090 #define PCI_DEVICE_ID_AMD_CS5536_FLASH 0x2091 |