diff options
| author | Jeff Garzik <jgarzik@redhat.com> | 2004-02-26 14:43:17 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@redhat.com> | 2004-02-26 14:43:17 -0500 |
| commit | 9e83a2aea026f0fe9dcf598cb0a7984f94a53632 (patch) | |
| tree | d36606f481c1bdc718c76dca7c19ff926764b070 /include/linux/pci_ids.h | |
| parent | ff4dc41e80523dc9e488e99f41985bd2f7b4620c (diff) | |
Add Intel ICH6 PCI ids to pci_ids.h.
Diffstat (limited to 'include/linux/pci_ids.h')
| -rw-r--r-- | include/linux/pci_ids.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 424c4b2dd8fd..04e8ae630629 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2054,6 +2054,10 @@ #define PCI_DEVICE_ID_INTEL_82865_IG 0x2572 #define PCI_DEVICE_ID_INTEL_82875_HB 0x2578 #define PCI_DEVICE_ID_INTEL_82875_IG 0x257b +#define PCI_DEVICE_ID_INTEL_ICH6_0 0x2640 +#define PCI_DEVICE_ID_INTEL_ICH6_1 0x2641 +#define PCI_DEVICE_ID_INTEL_ICH6_2 0x266f +#define PCI_DEVICE_ID_INTEL_ICH6_3 0x266e #define PCI_DEVICE_ID_INTEL_82855PM_HB 0x3340 #define PCI_DEVICE_ID_INTEL_82830_HB 0x3575 #define PCI_DEVICE_ID_INTEL_82830_CGC 0x3577 |
