1. 27 6月, 2006 1 次提交
  2. 20 6月, 2006 1 次提交
  3. 20 5月, 2006 1 次提交
  4. 28 2月, 2006 1 次提交
  5. 05 2月, 2006 1 次提交
  6. 29 10月, 2005 1 次提交
  7. 27 9月, 2005 3 次提交
    • M
      [SCSI] aacraid: fib size math fix · 63a70eea
      Mark Haverkamp 提交于
      Received from Mark Salyzyn from Adaptec.
      
      The size of the command packet's scatter gather list maximum size was
      miscalculated in the low range leading to the driver initialization
      limiting the maximum i/o size that could go to the Adapter. There were
      no negative operational side effects resulting from this bad math, only
      a subtle limit in performance of the Adapter at the top end of the
      range.
      Signed-off-by: NMark Haverkamp <markh@osdl.org>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      63a70eea
    • M
      [SCSI] aacraid: initialization timeout · 9203344c
      Mark Haverkamp 提交于
      Received from Mark Salyzyn from Adaptec.
      
      In the rare instances where the adapter, or the motherboard, is
      misbehaving; driver initialization or shutdown becomes problematic. By
      introducing a 3 minute timeout on the first interrupt driven command
      during initialization, or the issuance of the adapter shutdown command
      during driver unload, we can resolve the lockup problems induced by
      common (but rare) hardware misbehaviors.
      
      The timeout during initialization, should it occur, is accompanied by a
      message presented to the console and the logs indicating that the user
      should inspect and resolve problems with interrupt routing.
      Signed-off-by: NMark Haverkamp <markh@osdl.org>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      9203344c
    • M
      [SCSI] aacraid: Greater than 2TB capacity support · 7a8cf29d
      Mark Haverkamp 提交于
      Received from Mark Salyzyn from Adaptec.
      
      There are a few adapters that are capable of creating devices with this large
      of a capacity, but now that we have the large fib support in, the management
      applications will be capable of generating them.  The problem is, once they are
      created, the driver will not be able to access the devices correctly without
      this patch.
      Signed-off-by: NMark Haverkamp <markh@osdl.org>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      7a8cf29d
  8. 06 8月, 2005 1 次提交
    • M
      [SCSI] aacraid: interupt mitigation · bed30de4
      Mark Haverkamp 提交于
      Received from Mark Salyzyn from Adaptec:
      
      If more than two commands are outstanding to the controller, there is no
      need to notify the adapter via a PCI bus transaction of additional
      commands added into the queue; it will get to them when it works through
      the produce/consumer indexes.
      
      This reduced the PCI traffic in the driver to submit a command to the
      queue to near zero allowing a significant number of commands to be
      turned around with no need to block for the PCI bridge to flush the
      notify request to the adapter.
      
      Interrupt mitigation has always been present in the driver; it was
      turned off because of a bug that prevented one from realizing the
      usefulness of the feature. This bug is fixed in this patch.
      Signed-off-by: NMark Haverkamp <markh@osdl.org>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      bed30de4
  9. 21 5月, 2005 3 次提交
  10. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4