1. 20 8月, 2006 1 次提交
  2. 27 6月, 2006 2 次提交
    • S
      [SCSI] aacraid: remove x86_64 IOMMU dependent code · 12e9b5fb
      Salyzyn, Mark 提交于
      This may seem like a DILLIGAF, but after chatting with the F/W folks,
      there is no harm in dropping the page calculation as denoted in the
      enclosed patch for these older adapters in this new age of 4GB+ memory
      sticks. Any resource optimization within the old-old-old adapters for
      systems with less than 4G of memory is of little consequence. The
      existing AAC_QUIRK_31BIT flag in linit.c should look after the rest of
      the legacy hardware DMA limitations.
      Signed-off-by: NMark Salyzyn <aacraid@adaptec.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      12e9b5fb
    • A
      [PATCH] x86_64: Rename IOMMU option, fix help and mark option embedded. · a813ce43
      Andi Kleen 提交于
       - Rename the GART_IOMMU option to IOMMU to make clear it's not
         just for AMD
       - Rewrite the help text to better emphatise this fact
       - Make it an embedded option because too many people get it wrong.
      
      To my astonishment I discovered the aacraid driver tests this
      symbol directly. This looks quite broken to me - it's an internal
      implementation detail of the PCI DMA API. Can the maintainer
      please clarify what this test was intended to do?
      
      Cc: linux-scsi@vger.kernel.org
      Cc: alan@redhat.com
      Cc: markh@osdl.org
      Signed-off-by: NAndi Kleen <ak@suse.de>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      a813ce43
  3. 20 6月, 2006 1 次提交
  4. 20 5月, 2006 1 次提交
  5. 28 2月, 2006 1 次提交
  6. 05 2月, 2006 1 次提交
  7. 29 10月, 2005 1 次提交
  8. 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
  9. 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
  10. 21 5月, 2005 3 次提交
  11. 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