1. 26 Jun, 2004 5 commits
    • James Bottomley's avatar
      Merge · 530fa7dc
      James Bottomley authored
      530fa7dc
    • Randy Dunlap's avatar
      [PATCH] fdomain screwup · 1dd040ff
      Randy Dunlap authored
      | From: Andrew Morton
      | To: linux-scsi@vger.kernel.org
      | Subject: fdomain screwup
      |
      | - fdomain_setup() is marked __init, but is called from non-__init
      |   fdomain_16x0_detect()
      |
      | - fdomain_setup() is declared in drivers/scsi/pcmcia/fdomain_stub.c as
      |   taking two arguments, but is implemented in fdomain_setup() taking a
      |   single argument.
      |
      |   Please, never ever ever put extern function declarations in .c files.
      |   Put it in a header file which is visible to the definition and to all
      |   callsites.
      |
      | - fdomain_setup() is declared static, hence the linkage fails.
      |
      | - fdomain_16x0_bus_reset() is implemented in drivers/scsi/fdomain.c but
      |   has static scope, so the call from drivers/scsi/pcmcia/fdomain_stub.c
      |   doesn't work.
      
      [I didn't find this to be the case, so I didn't fix it.]
      
      | - fdomain_16x0_bus_reset() has an extern declaration in
      |   drivers/scsi/pcmcia/fdomain_stub.c.  This should be moved to a header
      |   file which is visible to etc...
      
      Builds and loads.  No hardware to test.
      Signed-off-by: default avatarRandy Dunlap <rddunlap@osdl.org>
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
      1dd040ff
    • Christoph Hellwig's avatar
      [PATCH] MPT Fusion driver 3.01.09 update · c4fb4b17
      Christoph Hellwig authored
      On Mon, Jun 21, 2004 at 12:16:08PM -0400, Moore, Eric Dean wrote:
      > We are pleased to announce the MPT Fusion release candidate for lk 2.6
      
      I've worked with Eric offline to resolve the issue we had and get some
      more changes in, but he has left for his vacation today.  He send me
      a patch though and left it to me whether we'd merged it despite only
      moderate testing.  Given 2.6.7 was just done and he'll certainly be
      back before 2.6.8 I'd go for it.  Below is the patch rediffed against
      scsi-misc-2.6:
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
      c4fb4b17
    • James Bottomley's avatar
      advansys: add warning and convert #includes · d010bb10
      James Bottomley authored
      The DMA conversion of the advansys driver is still
      broken.  Add a #warning to the driver and a comment
      above it explaining what needs to be done.
      
      Mark the driver as BROKEN because of the warning
      
      Also remove the #include "scsi.h"
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
      d010bb10
    • Douglas Gilbert's avatar
      [PATCH] More advansys fixes · eb1b82ea
      Douglas Gilbert authored
         - fix PCI wide "use_sg > 0" problem introduced in lk 2.6.7-bk2
         - fix ISA oops (present in all versions of the lk 2.6 series to date)
         - bump version to "3.3K" and add comments
         - fix compilation error when ADVANSYS_DEBUG defined
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
      eb1b82ea
  2. 24 Jun, 2004 1 commit
  3. 22 Jun, 2004 23 commits
  4. 21 Jun, 2004 9 commits
  5. 20 Jun, 2004 2 commits
    • James Bottomley's avatar
      Make ncr53c8xx respect clustering · 576d6618
      James Bottomley authored
      From: Joel Soete <soete.joel@tiscali.be>
      
      This patch makes the ncr driver capable of accepting segments which
      are larger than the block size.  It has been tested against IOMMU
      merging on parisc.
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
      576d6618
    • James Bottomley's avatar
      ncr53c8xx updates · a7ed0dc0
      James Bottomley authored
      From: Matthew Wilcox <willy@debian.org>
      
      - remove all of the PCI chips (8xx series) leaving only 720
      - pull out stand alone initialisation code (driver becomes a chip only
        driver for NCR Q720 and Zalon)
      - remove most vestiges of PCI support (chip driver should be bus neutral)
      - tidy up typedefs
      - remove simulated intfly (may need putting back for 770)
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
      a7ed0dc0