1. 20 8月, 2006 2 次提交
  2. 23 6月, 2006 1 次提交
  3. 20 5月, 2006 2 次提交
    • M
      [SCSI] aacraid: remove unneeded list · 5b9851b5
      Mark Haverkamp 提交于
      Received From Mark Salyzyn
      
      The queue tracking is just not being used, not even for debugging. Information
      about outstanding commands can be acquired from the scsi structures.
      Signed-off-by: NMark Haverkamp <markh@osdl.org>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      5b9851b5
    • M
      [SCSI] aacraid: adjustable timeouts · 404d9a90
      Mark Haverkamp 提交于
      Received From Mark Salyzyn
      
      Add the ability to adjust for unusual corner case failures. Both of
      these additional module parameters deal with embedded, non-intel or
      complicated system scenarios.
      
      Aif_timeout can be increased past the default 2 minute timeout to drop
      application registrations when a system has an unusually high event load
      resulting from continuing management requests, or simultaneous builds,
      or sluggish user space as a result of system load.
      
      Startup_timeout can be increased past the default 3 minute timeout to
      drop an adapter initialization for systems that have a very large number
      of targets, or slow to spin-up targets, or a complicated set of array
      configurations that extend the time for the firmware to declare that it
      is operational. This timeout would only have an affect on non-intel
      based systems, as the (more patient) BIOS would generally be where the
      startup delay would be dealt with.
      Signed-off-by: NMark Haverkamp <markh@osdl.org>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      404d9a90
  4. 13 4月, 2006 2 次提交
  5. 28 2月, 2006 1 次提交
  6. 08 2月, 2006 1 次提交
  7. 05 2月, 2006 1 次提交
  8. 10 11月, 2005 1 次提交
  9. 07 11月, 2005 1 次提交
  10. 29 10月, 2005 1 次提交
  11. 27 9月, 2005 4 次提交
  12. 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
  13. 21 5月, 2005 3 次提交
  14. 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