diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2005-07-06 13:30:16 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-07-14 10:54:20 -0400 |
commit | ac96202ba096f8fc1ccaf45a2f159a52639ece29 (patch) | |
tree | a2a239c061a65c798cb74a47164e5e51f3abf5a8 /include | |
parent | abbd8870b9cb7754a4935826bc9f3c7b029f8b7c (diff) |
[SCSI] qla2xxx: Add pci ids for new ISP types.
Add pci ids for new ISP types.
Move old definitions in local qla_def.h file to pci_ids.h as
well.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'include')
-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 bf608808a60c..f4c2c393797d 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -908,6 +908,15 @@ | |||
908 | #define PCI_DEVICE_ID_QLOGIC_ISP1022 0x1022 | 908 | #define PCI_DEVICE_ID_QLOGIC_ISP1022 0x1022 |
909 | #define PCI_DEVICE_ID_QLOGIC_ISP2100 0x2100 | 909 | #define PCI_DEVICE_ID_QLOGIC_ISP2100 0x2100 |
910 | #define PCI_DEVICE_ID_QLOGIC_ISP2200 0x2200 | 910 | #define PCI_DEVICE_ID_QLOGIC_ISP2200 0x2200 |
911 | #define PCI_DEVICE_ID_QLOGIC_ISP2300 0x2300 | ||
912 | #define PCI_DEVICE_ID_QLOGIC_ISP2312 0x2312 | ||
913 | #define PCI_DEVICE_ID_QLOGIC_ISP2322 0x2322 | ||
914 | #define PCI_DEVICE_ID_QLOGIC_ISP6312 0x6312 | ||
915 | #define PCI_DEVICE_ID_QLOGIC_ISP6322 0x6322 | ||
916 | #define PCI_DEVICE_ID_QLOGIC_ISP2422 0x2422 | ||
917 | #define PCI_DEVICE_ID_QLOGIC_ISP2432 0x2432 | ||
918 | #define PCI_DEVICE_ID_QLOGIC_ISP2512 0x2512 | ||
919 | #define PCI_DEVICE_ID_QLOGIC_ISP2522 0x2522 | ||
911 | 920 | ||
912 | #define PCI_VENDOR_ID_CYRIX 0x1078 | 921 | #define PCI_VENDOR_ID_CYRIX 0x1078 |
913 | #define PCI_DEVICE_ID_CYRIX_5510 0x0000 | 922 | #define PCI_DEVICE_ID_CYRIX_5510 0x0000 |