1. 24 8月, 2013 1 次提交
  2. 12 4月, 2013 2 次提交
  3. 30 1月, 2013 3 次提交
  4. 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
  5. 24 9月, 2012 6 次提交
  6. 15 9月, 2012 1 次提交
  7. 20 7月, 2012 1 次提交
  8. 30 5月, 2012 1 次提交
  9. 01 3月, 2012 2 次提交
  10. 19 2月, 2012 3 次提交
  11. 16 1月, 2012 2 次提交
  12. 15 12月, 2011 1 次提交
  13. 14 12月, 2011 1 次提交
  14. 17 10月, 2011 3 次提交
  15. 27 8月, 2011 11 次提交
  16. 25 5月, 2011 1 次提交