diff options
author | Brent Casavant <bcasavan@sgi.com> | 2006-05-10 04:49:14 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-21 15:00:00 -0400 |
commit | 74d0a988d3aa359b6b8a8536c8cb92cce02ca5d5 (patch) | |
tree | 7c5cad6b97a589ce70e1cf662ddc8b578c2bcf98 /include/linux/pci_ids.h | |
parent | bd8481e1646d7649fa101ee57a5139b9da3c2436 (diff) |
[PATCH] PCI: Move various PCI IDs to header file
Move various QLogic, Vitesse, and Intel storage controller PCI IDs to the
main header file.
Signed-off-by: Brent Casavant <bcasavan@sgi.com>
Acked-by: Jes Sorensen <jes@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 3d197cdcfa3a..e526e7b5ea47 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -848,7 +848,12 @@ | |||
848 | 848 | ||
849 | 849 | ||
850 | #define PCI_VENDOR_ID_QLOGIC 0x1077 | 850 | #define PCI_VENDOR_ID_QLOGIC 0x1077 |
851 | #define PCI_DEVICE_ID_QLOGIC_ISP10160 0x1016 | ||
851 | #define PCI_DEVICE_ID_QLOGIC_ISP1020 0x1020 | 852 | #define PCI_DEVICE_ID_QLOGIC_ISP1020 0x1020 |
853 | #define PCI_DEVICE_ID_QLOGIC_ISP1080 0x1080 | ||
854 | #define PCI_DEVICE_ID_QLOGIC_ISP12160 0x1216 | ||
855 | #define PCI_DEVICE_ID_QLOGIC_ISP1240 0x1240 | ||
856 | #define PCI_DEVICE_ID_QLOGIC_ISP1280 0x1280 | ||
852 | #define PCI_DEVICE_ID_QLOGIC_ISP2100 0x2100 | 857 | #define PCI_DEVICE_ID_QLOGIC_ISP2100 0x2100 |
853 | #define PCI_DEVICE_ID_QLOGIC_ISP2200 0x2200 | 858 | #define PCI_DEVICE_ID_QLOGIC_ISP2200 0x2200 |
854 | #define PCI_DEVICE_ID_QLOGIC_ISP2300 0x2300 | 859 | #define PCI_DEVICE_ID_QLOGIC_ISP2300 0x2300 |
@@ -1970,6 +1975,9 @@ | |||
1970 | #define PCI_VENDOR_ID_NETCELL 0x169c | 1975 | #define PCI_VENDOR_ID_NETCELL 0x169c |
1971 | #define PCI_DEVICE_ID_REVOLUTION 0x0044 | 1976 | #define PCI_DEVICE_ID_REVOLUTION 0x0044 |
1972 | 1977 | ||
1978 | #define PCI_VENDOR_ID_VITESSE 0x1725 | ||
1979 | #define PCI_DEVICE_ID_VITESSE_VSC7174 0x7174 | ||
1980 | |||
1973 | #define PCI_VENDOR_ID_LINKSYS 0x1737 | 1981 | #define PCI_VENDOR_ID_LINKSYS 0x1737 |
1974 | #define PCI_DEVICE_ID_LINKSYS_EG1064 0x1064 | 1982 | #define PCI_DEVICE_ID_LINKSYS_EG1064 0x1064 |
1975 | 1983 | ||
@@ -2149,6 +2157,7 @@ | |||
2149 | #define PCI_DEVICE_ID_INTEL_ICH8_4 0x2815 | 2157 | #define PCI_DEVICE_ID_INTEL_ICH8_4 0x2815 |
2150 | #define PCI_DEVICE_ID_INTEL_ICH8_5 0x283e | 2158 | #define PCI_DEVICE_ID_INTEL_ICH8_5 0x283e |
2151 | #define PCI_DEVICE_ID_INTEL_ICH8_6 0x2850 | 2159 | #define PCI_DEVICE_ID_INTEL_ICH8_6 0x2850 |
2160 | #define PCI_DEVICE_ID_INTEL_GD31244 0x3200 | ||
2152 | #define PCI_DEVICE_ID_INTEL_82855PM_HB 0x3340 | 2161 | #define PCI_DEVICE_ID_INTEL_82855PM_HB 0x3340 |
2153 | #define PCI_DEVICE_ID_INTEL_82830_HB 0x3575 | 2162 | #define PCI_DEVICE_ID_INTEL_82830_HB 0x3575 |
2154 | #define PCI_DEVICE_ID_INTEL_82830_CGC 0x3577 | 2163 | #define PCI_DEVICE_ID_INTEL_82830_CGC 0x3577 |