diff options
| author | Mark Rustad <MRustad@mac.com> | 2006-01-06 01:47:29 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-01-31 21:00:11 -0500 |
| commit | 8cea8e9303d45556cb606cc8d9e41f889ff600c0 (patch) | |
| tree | e425ac74afc0b89f3a513290a2dd5e503d974906 /include/linux | |
| parent | 654143ee3a73b2793350b039a135d9cd3101147b (diff) | |
[PATCH] PCI: restore 2 missing pci ids
Somewhere between 2.6.14 and 2.6.15-rc3, some PCI ids were apparently
removed. The ecc.c module, which is not a part of the kernel.org tree, but
included in some distributions, fails to compile.
Signed-off-by: Mark Rustad <mrustad@mac.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 9eb1983b8787..7868a8ed1906 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
| @@ -2065,6 +2065,7 @@ | |||
| 2065 | #define PCI_DEVICE_ID_INTEL_82801EB_5 0x24d5 | 2065 | #define PCI_DEVICE_ID_INTEL_82801EB_5 0x24d5 |
| 2066 | #define PCI_DEVICE_ID_INTEL_82801EB_6 0x24d6 | 2066 | #define PCI_DEVICE_ID_INTEL_82801EB_6 0x24d6 |
| 2067 | #define PCI_DEVICE_ID_INTEL_82801EB_11 0x24db | 2067 | #define PCI_DEVICE_ID_INTEL_82801EB_11 0x24db |
| 2068 | #define PCI_DEVICE_ID_INTEL_82801EB_13 0x24dd | ||
| 2068 | #define PCI_DEVICE_ID_INTEL_ESB_1 0x25a1 | 2069 | #define PCI_DEVICE_ID_INTEL_ESB_1 0x25a1 |
| 2069 | #define PCI_DEVICE_ID_INTEL_ESB_2 0x25a2 | 2070 | #define PCI_DEVICE_ID_INTEL_ESB_2 0x25a2 |
| 2070 | #define PCI_DEVICE_ID_INTEL_ESB_4 0x25a4 | 2071 | #define PCI_DEVICE_ID_INTEL_ESB_4 0x25a4 |
| @@ -2156,6 +2157,7 @@ | |||
| 2156 | #define PCI_DEVICE_ID_INTEL_82443GX_2 0x71a2 | 2157 | #define PCI_DEVICE_ID_INTEL_82443GX_2 0x71a2 |
| 2157 | #define PCI_DEVICE_ID_INTEL_82372FB_1 0x7601 | 2158 | #define PCI_DEVICE_ID_INTEL_82372FB_1 0x7601 |
| 2158 | #define PCI_DEVICE_ID_INTEL_82454GX 0x84c4 | 2159 | #define PCI_DEVICE_ID_INTEL_82454GX 0x84c4 |
| 2160 | #define PCI_DEVICE_ID_INTEL_82450GX 0x84c5 | ||
| 2159 | #define PCI_DEVICE_ID_INTEL_82451NX 0x84ca | 2161 | #define PCI_DEVICE_ID_INTEL_82451NX 0x84ca |
| 2160 | #define PCI_DEVICE_ID_INTEL_82454NX 0x84cb | 2162 | #define PCI_DEVICE_ID_INTEL_82454NX 0x84cb |
| 2161 | #define PCI_DEVICE_ID_INTEL_84460GX 0x84ea | 2163 | #define PCI_DEVICE_ID_INTEL_84460GX 0x84ea |
