diff options
author | Nick Cheng <nick.cheng@areca.com.tw> | 2007-09-13 05:26:40 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-10-12 14:48:27 -0400 |
commit | 1a4f550a09f89e3a15eff1971bc9db977571b9f6 (patch) | |
tree | 3ba5dea468391701664d4ca4c0b0e2a569521d89 /include/linux/pci_ids.h | |
parent | bfd129445f23c037d9a440ebfa4109e11c220301 (diff) |
[SCSI] arcmsr: 1.20.00.15: add SATA RAID plus other fixes
Description:
** support ARC1200/1201/1202 SATA RAID adapter, which is named
ACB_ADAPTER_TYPE_B
** modify the arcmsr_pci_slot_reset function
** modify the arcmsr_pci_ers_disconnect_forepart function
** modify the arcmsr_pci_ers_need_reset_forepart function
Signed-off-by: Nick Cheng <nick.cheng@areca.com.tw>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 715a23e4a1e9..92dc6ca840d4 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2057,6 +2057,9 @@ | |||
2057 | #define PCI_DEVICE_ID_ARECA_1130 0x1130 | 2057 | #define PCI_DEVICE_ID_ARECA_1130 0x1130 |
2058 | #define PCI_DEVICE_ID_ARECA_1160 0x1160 | 2058 | #define PCI_DEVICE_ID_ARECA_1160 0x1160 |
2059 | #define PCI_DEVICE_ID_ARECA_1170 0x1170 | 2059 | #define PCI_DEVICE_ID_ARECA_1170 0x1170 |
2060 | #define PCI_DEVICE_ID_ARECA_1200 0x1200 | ||
2061 | #define PCI_DEVICE_ID_ARECA_1201 0x1201 | ||
2062 | #define PCI_DEVICE_ID_ARECA_1202 0x1202 | ||
2060 | #define PCI_DEVICE_ID_ARECA_1210 0x1210 | 2063 | #define PCI_DEVICE_ID_ARECA_1210 0x1210 |
2061 | #define PCI_DEVICE_ID_ARECA_1220 0x1220 | 2064 | #define PCI_DEVICE_ID_ARECA_1220 0x1220 |
2062 | #define PCI_DEVICE_ID_ARECA_1230 0x1230 | 2065 | #define PCI_DEVICE_ID_ARECA_1230 0x1230 |