1. 26 Jun, 2004 9 commits
    • Andrew Morton's avatar
      [PATCH] mptbase.c build fix · 09503e02
      Andrew Morton authored
      drivers/message/fusion/mptbase.c: In function `procmpt_summary_read':
      drivers/message/fusion/mptbase.c:5160: parse error before `int'
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
      09503e02
    • James Bottomley's avatar
      1ae4b2dd
    • James Bottomley's avatar
      Merge · 0a45b2af
      James Bottomley authored
      0a45b2af
    • James Bottomley's avatar
      [PATCH] fix aic7xxx probing · b44c1d52
      James Bottomley authored
      aic7xxx probing routines are still wrong on eisa.
      
      Fix eisa by incrementing found if it returns successfully
      Also make all the various incarnations of the pci probing routine
      consistently return the number of found cards (or 1 for the later
      generic device model probing).
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
      b44c1d52
    • 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. 25 Jun, 2004 13 commits
  3. 24 Jun, 2004 4 commits
  4. 25 Jun, 2004 1 commit
  5. 24 Jun, 2004 13 commits