diff options
author | Jean Delvare <khali@linux-fr.org> | 2006-12-06 20:18:09 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-12-08 16:53:49 +0100 |
commit | 197ee54e2400c6f891e28fbfcd014d456c1ac519 (patch) | |
tree | 93f489cef0e88f7af4faf81d3db8294939bce63e /include | |
parent | b7bdeae0e1679d8b70168d52d932092ae5ae0278 (diff) |
PCI: Unhide the SMBus on Asus PU-DLS
Unhide the SMBus controller on the Asus PU-DLS board.
This fixes bug #6763.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
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 0f30405bc125..386c6a70eafc 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2083,6 +2083,7 @@ #define PCI_DEVICE_ID_INTEL_82820_UP_HB 0x2501 #define PCI_DEVICE_ID_INTEL_82850_HB 0x2530 #define PCI_DEVICE_ID_INTEL_82860_HB 0x2531 +#define PCI_DEVICE_ID_INTEL_E7501_MCH 0x254c #define PCI_DEVICE_ID_INTEL_82845G_HB 0x2560 #define PCI_DEVICE_ID_INTEL_82845G_IG 0x2562 #define PCI_DEVICE_ID_INTEL_82865_HB 0x2570 |