diff options
| author | Andrew Morton <akpm@osdl.org> | 2003-12-29 05:46:31 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-12-29 05:46:31 -0800 |
| commit | a77ef2294a9cec742ff6bd2ea1673b63888ff3f2 (patch) | |
| tree | 0158c0a48bd52e1a04f70503edf2d7f840f4abc1 /include/linux/pci_ids.h | |
| parent | ab6b18103ac0d34902fa4c9503067c2cb1074b72 (diff) | |
[PATCH] Intel 440gx PCI IDs
- Add missing PCI ID
- Forward-port IRQ routing workaround from 2.4.
Diffstat (limited to 'include/linux/pci_ids.h')
| -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 62fbfadc39c8..e2fff4f5c268 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2052,6 +2052,7 @@ #define PCI_DEVICE_ID_INTEL_82443MX_3 0x719b #define PCI_DEVICE_ID_INTEL_82443GX_0 0x71a0 #define PCI_DEVICE_ID_INTEL_82443GX_1 0x71a1 +#define PCI_DEVICE_ID_INTEL_82443GX_2 0x71a2 #define PCI_DEVICE_ID_INTEL_82372FB_0 0x7600 #define PCI_DEVICE_ID_INTEL_82372FB_1 0x7601 #define PCI_DEVICE_ID_INTEL_82372FB_2 0x7602 |
