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 /Documentation/scsi | |
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 'Documentation/scsi')
-rw-r--r-- | Documentation/scsi/ChangeLog.arcmsr | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/Documentation/scsi/ChangeLog.arcmsr b/Documentation/scsi/ChangeLog.arcmsr index 162c47fdf45f..cd8403a33ee6 100644 --- a/Documentation/scsi/ChangeLog.arcmsr +++ b/Documentation/scsi/ChangeLog.arcmsr | |||
@@ -53,4 +53,19 @@ | |||
53 | ** for linux standard list | 53 | ** for linux standard list |
54 | ** enable usage of pci message signal interrupt | 54 | ** enable usage of pci message signal interrupt |
55 | ** follow Randy.Danlup kindness suggestion cleanup this code | 55 | ** follow Randy.Danlup kindness suggestion cleanup this code |
56 | ************************************************************************** \ No newline at end of file | 56 | ** 1.20.00.14 05/02/2007 Erich Chen & Nick Cheng |
57 | ** 1.implement PCI-Express error recovery function and AER capability | ||
58 | ** 2.implement the selection of ARCMSR_MAX_XFER_SECTORS_B=4096 | ||
59 | ** if firmware version is newer than 1.42 | ||
60 | ** 3.modify arcmsr_iop_reset to improve the ability | ||
61 | ** 4.modify the ISR, arcmsr_interrupt routine,to prevent the | ||
62 | ** inconsistency with sg_mod driver if application directly calls | ||
63 | ** the arcmsr driver w/o passing through scsi mid layer | ||
64 | ** specially thanks to Yanmin Zhang's openhanded help about AER | ||
65 | ** 1.20.00.15 08/30/2007 Erich Chen & Nick Cheng | ||
66 | ** 1. support ARC1200/1201/1202 SATA RAID adapter, which is named | ||
67 | ** ACB_ADAPTER_TYPE_B | ||
68 | ** 2. modify the arcmsr_pci_slot_reset function | ||
69 | ** 3. modify the arcmsr_pci_ers_disconnect_forepart function | ||
70 | ** 4. modify the arcmsr_pci_ers_need_reset_forepart function | ||
71 | ************************************************************************** | ||