1. 02 Feb, 2004 5 commits
  2. 26 Jan, 2004 8 commits
    • Randy Dunlap's avatar
      [PATCH] fix sym53c8xx_2 doc. location · e5c7546b
      Randy Dunlap authored
      A very simple patch against 2.6.0 follows, which fixes an improper file
      reference in the scsi sym53c8xx_2 driver help text. The referenced
      documentation file was moved in 2.5.48 but the help text was not updated
      accordingly.
      
       linux-262-rc1-bk1-rddunlap/drivers/scsi/Kconfig |    2 +-
       1 files changed, 1 insertion(+), 1 deletion(-)
      e5c7546b
    • Randy Dunlap's avatar
      [PATCH] aha1542: add kmalloc type · bc4ac51e
      Randy Dunlap authored
      From: Timmy Yee <shoujun@masterofpi.org>
      
      In drivers/scsi/aha1542.c, kmalloc() is called with no memtype (i.e.
      without some flag like GFP_KERNEL). The following patch will fix that.
      
      diff -puN drivers/scsi/aha1542.c~aha1542_kmalloc_type drivers/scsi/aha1542.c
      
      
       linux-262-rc1-bk1-rddunlap/drivers/scsi/aha1542.c |    2 +-
       1 files changed, 1 insertion(+), 1 deletion(-)
      bc4ac51e
    • Randy Dunlap's avatar
      [PATCH] aha1542: queuecommand: change panic() to return · ad28d878
      Randy Dunlap authored
      From: Timmy Yee <shoujun@masterofpi.org>
      
      The aha1542 driver calls panic() if kmalloc() fails, which it shouldn't
      do. This patch changes that by having the code return a nonzero value, so
      it tells the SCSI mid-layer to retry the command, as suggested by Randy.
      
      
      diffstat:=
       drivers/scsi/aha1542.c |    7 +++++--
       1 files changed, 5 insertions(+), 2 deletions(-)
      ad28d878
    • James Bottomley's avatar
      Fusion update to 3.00.02 · 4195d656
      James Bottomley authored
      From: Moore, Eric Dean <Emoore@lsil.com>
      
      Here is list of fix's.
      * added new PCI API support
      * added ACPI support
      * added CONFIG_LBA, READ16, WRITE16 support
      * underun fix
      * chain buffer free list not being init properly
      * reduce task management 
              (abort=2sec,reset bus=5sec, timeout=10sec)
      * Hot plug fix's requested from Christoph Hellwig, and several
      others from the linux-scsi@ list.
      4195d656
    • Douglas Gilbert's avatar
      [PATCH] sg driver update · 0450c68d
      Douglas Gilbert authored
      > This patch is against the sg driver found in lk 2.6.1-bk6 .
      > It is an update on the sg patch sent in the "devices with more
      > than one node" thread:
      > http://marc.theaimsgroup.com/?l=linux-scsi&m=107415435300783&w=2
      
      Attached is an updated patch adding the cdev_unmap() call
      which Kai Makisara reported as required.
      0450c68d
    • James Bottomley's avatar
      aha152x request region fix · f96320c3
      James Bottomley authored
      Noticed by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
      Fixed By: Juergen E. Fischer <fischer@linux-buechse.de>
      
      On Sat, Jan 24, 2004 at 15:02:12 +0100, Guennadi Liakhovetski wrote:
      > Correct and forgive me if I am wrong, it looks like you are now poking at
      > ports without requesting them - in *_porttest. Is it a good idea?
      
      Ouch.  No, of course not, you are right.  Thanks for pointing.  I
      thought I had moved the port testing to aha152x_probe_one...
      
      Following patch cleans that up.
      
      The port test during autoconfiguration was also done without requesting
      the region first and there was a bug in auto configuration of a TC1550
      controller (both even before the patch).
      f96320c3
    • Jürgen E. Fischer's avatar
      [PATCH] aha152x · 4d5d8e2a
      Jürgen E. Fischer authored
      attached my patch for the aha152x driver.  Tested for pcmcia and not
      pcmcia and various devices.
      
      changes in the aha152x driver:
      - gather code that is not used by PCMCIA at the end
      - move request_region for !PCMCIA case to detection
      - migration to new scsi host api (remove legacy code)
      - free host scribble before scsi_done
      - fix error handling
      - one isapnp device added to id_table
      
      and in the pcmcia stub module:
      - default to synchronous transfers
      - release_region hack removed
      - let core module do the scsi host api calls.
      4d5d8e2a
    • Kai Mäkisara's avatar
      [PATCH] SCSI tape cdev fixes for 2.6.2-rc1 · 53e978e8
      Kai Mäkisara authored
      The patch at the end of this message fixes the following problems:
      
      - cdev allocation moved outside st_dev_arr_lock, prevents the debugging
      error messages reported by Mike and Mike
      - cdev_unmap() added before cdev_del(), prevents oops (and kernel data
      corruption) in case someone tries to use a device after removing the
      module
      - better error handling for failures in cdev allocation
      
      As far as I am concerned, the patch is tested but testing by others might
      be useful :-)
      53e978e8
  3. 25 Jan, 2004 3 commits
  4. 24 Jan, 2004 24 commits