diff options
-rw-r--r-- | drivers/scsi/qla1280.c | 24 | ||||
-rw-r--r-- | drivers/scsi/sata_vsc.c | 11 | ||||
-rw-r--r-- | include/linux/pci_ids.h | 9 |
3 files changed, 15 insertions, 29 deletions
diff --git a/drivers/scsi/qla1280.c b/drivers/scsi/qla1280.c index 77bb2351500c..680f6063954b 100644 --- a/drivers/scsi/qla1280.c +++ b/drivers/scsi/qla1280.c | |||
@@ -397,30 +397,6 @@ | |||
397 | #include "ql1280_fw.h" | 397 | #include "ql1280_fw.h" |
398 | #include "ql1040_fw.h" | 398 | #include "ql1040_fw.h" |
399 | 399 | ||
400 | |||
401 | /* | ||
402 | * Missing PCI ID's | ||
403 | */ | ||
404 | #ifndef PCI_DEVICE_ID_QLOGIC_ISP1080 | ||
405 | #define PCI_DEVICE_ID_QLOGIC_ISP1080 0x1080 | ||
406 | #endif | ||
407 | #ifndef PCI_DEVICE_ID_QLOGIC_ISP1240 | ||
408 | #define PCI_DEVICE_ID_QLOGIC_ISP1240 0x1240 | ||
409 | #endif | ||
410 | #ifndef PCI_DEVICE_ID_QLOGIC_ISP1280 | ||
411 | #define PCI_DEVICE_ID_QLOGIC_ISP1280 0x1280 | ||
412 | #endif | ||
413 | #ifndef PCI_DEVICE_ID_QLOGIC_ISP10160 | ||
414 | #define PCI_DEVICE_ID_QLOGIC_ISP10160 0x1016 | ||
415 | #endif | ||
416 | #ifndef PCI_DEVICE_ID_QLOGIC_ISP12160 | ||
417 | #define PCI_DEVICE_ID_QLOGIC_ISP12160 0x1216 | ||
418 | #endif | ||
419 | |||
420 | #ifndef PCI_VENDOR_ID_AMI | ||
421 | #define PCI_VENDOR_ID_AMI 0x101e | ||
422 | #endif | ||
423 | |||
424 | #ifndef BITS_PER_LONG | 400 | #ifndef BITS_PER_LONG |
425 | #error "BITS_PER_LONG not defined!" | 401 | #error "BITS_PER_LONG not defined!" |
426 | #endif | 402 | #endif |
diff --git a/drivers/scsi/sata_vsc.c b/drivers/scsi/sata_vsc.c index 8a29ce340b47..27d658704cf9 100644 --- a/drivers/scsi/sata_vsc.c +++ b/drivers/scsi/sata_vsc.c | |||
@@ -433,13 +433,14 @@ err_out: | |||
433 | 433 | ||
434 | 434 | ||
435 | /* | 435 | /* |
436 | * 0x1725/0x7174 is the Vitesse VSC-7174 | 436 | * Intel 31244 is supposed to be identical. |
437 | * 0x8086/0x3200 is the Intel 31244, which is supposed to be identical | 437 | * Compatibility is untested as of yet. |
438 | * compatibility is untested as of yet | ||
439 | */ | 438 | */ |
440 | static const struct pci_device_id vsc_sata_pci_tbl[] = { | 439 | static const struct pci_device_id vsc_sata_pci_tbl[] = { |
441 | { 0x1725, 0x7174, PCI_ANY_ID, PCI_ANY_ID, 0x10600, 0xFFFFFF, 0 }, | 440 | { PCI_VENDOR_ID_VITESSE, PCI_DEVICE_ID_VITESSE_VSC7174, |
442 | { 0x8086, 0x3200, PCI_ANY_ID, PCI_ANY_ID, 0x10600, 0xFFFFFF, 0 }, | 441 | PCI_ANY_ID, PCI_ANY_ID, 0x10600, 0xFFFFFF, 0 }, |
442 | { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_GD31244, | ||
443 | PCI_ANY_ID, PCI_ANY_ID, 0x10600, 0xFFFFFF, 0 }, | ||
443 | { } | 444 | { } |
444 | }; | 445 | }; |
445 | 446 | ||
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 |