1. 03 9月, 2013 3 次提交
  2. 12 4月, 2013 1 次提交
  3. 11 4月, 2013 1 次提交
  4. 30 1月, 2013 1 次提交
  5. 29 1月, 2013 1 次提交
    • V
      [SCSI] qla4xxx: Fix MBOX intr switching from polling to intr mode for ISP83XX · 5c19b92a
      Vikas Chaudhary 提交于
      Issue:
      Mailbox command timed out after switching from polling mode to interrupt mode.
      
      Events:-
       1. Mailbox interrupts are disabled
       2. FW generates AEN and at same time driver enables Mailbox Interrupt
       3. Driver issues new mailbox to Firmware
      
      In above case driver will not get AEN interrupts generated by FW in step #2 as
      FW generated this AEN when interrupts are disabled. During the same time
      driver enabled the mailbox interrupt, so driver will not poll for interrupt.
      Driver will never process AENs generated in step #2 and issues new mailbox to
      FW, but now FW is not able to post mailbox completion as AENs generated before
      are not processed by driver.
      
      Fix:
      Enable Mailbox / AEN interrupts before initializing FW in case of ISP83XX.
      This will make sure we process all Mailbox and AENs in interrupt mode.
      Signed-off-by: NVikas Chaudhary <vikas.chaudhary@qlogic.com>
      Signed-off-by: NJames Bottomley <JBottomley@Parallels.com>
      5c19b92a
  6. 24 9月, 2012 8 次提交
  7. 20 7月, 2012 1 次提交
  8. 30 5月, 2012 1 次提交
  9. 01 3月, 2012 1 次提交
  10. 19 2月, 2012 2 次提交
  11. 14 12月, 2011 1 次提交
  12. 27 8月, 2011 9 次提交
  13. 25 5月, 2011 1 次提交
  14. 24 3月, 2011 1 次提交
  15. 22 12月, 2010 1 次提交
  16. 26 10月, 2010 1 次提交
  17. 21 8月, 2010 1 次提交
    • A
      drivers/scsi/qla4xxx: fix build · 626115cd
      Andrew Morton 提交于
      gcc-4.0.2:
      
        drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4_8xxx_error_recovery':
        drivers/scsi/qla4xxx/ql4_glbl.h:135: sorry, unimplemented: inlining failed in call to 'qla4_8xxx_set_drv_active': function body not available
        drivers/scsi/qla4xxx/ql4_os.c:2377: sorry, unimplemented: called from here
        drivers/scsi/qla4xxx/ql4_glbl.h:135: sorry, unimplemented: inlining failed in call to 'qla4_8xxx_set_drv_active': function body not available
        drivers/scsi/qla4xxx/ql4_os.c:2393: sorry, unimplemented: called from here
      
      Cc: Ravi Anand <ravi.anand@qlogic.com>
      Cc: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
      Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      626115cd
  18. 07 8月, 2010 2 次提交
  19. 28 7月, 2010 1 次提交
  20. 03 5月, 2010 2 次提交