1. 28 7月, 2010 1 次提交
    • N
      [SCSI] arcmsr: Support 1024 scatter-gather list entries and improve AP while... · ae52e7f0
      Nick Cheng 提交于
      [SCSI] arcmsr: Support 1024 scatter-gather list entries and improve AP while FW trapped and behaviors of EHs
      
      1. To support 4M/1024 scatter-gather list entry, reorganize struct
         ARCMSR_CDB and struct CommandControlBlock
      2. To modify arcmsr_probe
      3. In order to help fix F/W issue, add the driver mode for type B card
      4. To improve AP's behavior while F/W resets
      5. To unify struct MessageUnit_B's members' naming in all OS drivers'
      6. To improve error handlers, arcmsr_bus_reset(), arcmsr_abort()
      7. To fix the arcmsr_queue_command() in bus reset stage, just let the
         commands pass down to FW, don't block
      Signed-off-by: NNick Cheng <nick.cheng@areca.com.tw>
      Signed-off-by: NJames Bottomley <James.Bottomley@suse.de>
      ae52e7f0
  2. 25 5月, 2010 1 次提交
  3. 20 4月, 2008 1 次提交
  4. 15 3月, 2008 1 次提交
  5. 04 3月, 2008 1 次提交
  6. 08 2月, 2008 1 次提交
    • N
      [SCSI] arcmsr: updates (1.20.00.15) · 76d78300
      Nick Cheng 提交于
      - add arcmsr_enable_eoi_mode()and readl(reg->iop2drv_doorbell_reg) in
        arcmsr_handle_hbb_isr() on adapter Type B in case of the doorbell
        interrupt clearance is cached
      
      - add conditional declaration for arcmsr_pci_error_detected() and
        arcmsr_pci_slot_reset
      
      - check if the sg list member number exceeds arcmsr default limit in
        arcmsr_build_ccb()
      
      - change the returned value type of arcmsr_build_ccb()from "void" to
        "int" returns FAILED in arcmsr_queue_command()
      
      - modify arcmsr_drain_donequeue() to ignore unknown command and let
        kernel process command timeout.  This could handle IO request violating
        maximum segments, i.e.  Linux XFS over DM-CRYPT.  Thanks to Milan Broz's
        comments <mbroz@redhat.com>
      
      - fix the release of dma memory for type B in arcmsr_free_ccb_pool()
      
      - fix the arcmsr_polling_hbb_ccbdone()
      Signed-off-by: NNick Cheng <nick.cheng@areca.com.tw>
      Cc: Milan Broz <mbroz@redhat.com>
      Cc: <thenzl@redhat.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      76d78300
  7. 29 10月, 2007 2 次提交
  8. 13 10月, 2007 1 次提交
  9. 18 6月, 2007 1 次提交
    • N
      [SCSI] areca: improve driver stability and compatibility · a1f6e021
      nickcheng(鄭守謙 提交于
      Description:
      
          1. Implement PCI-Express error recovery function and AER
             capability, especially thanks to Yanmin Zhang's openhanded help
             about AER
      
          2. Implement the selection of ARCMSR_MAX_XFER_SECTORS_B=4096 if
             firmware version is latter than 1.42
      
          3. Add arcmsr_done4_abort_postqueue in arcmsr_iop_reset function
             to improve the stability as hot-unplug/plug
      
          4. Modify the ISR, arcmsr_interrupt routine, to prevent the
             inconsistency with sg_mod driver if application directly calls
             the arcmsr driver w/o passing through scsi midlayer
      Signed-off-by: NNick Cheng <nick.cheng@areca.com.tw>
      [jejb: unused variable removal]
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      a1f6e021
  10. 29 7月, 2006 1 次提交