1. 02 Feb, 2004 12 commits
    • Patrick Mansfield's avatar
      [PATCH] add scsi_cmd_ioctl (SG_IO) support for st · cf0bd3e9
      Patrick Mansfield authored
      Add SG_IO support for st, so we can send scsi commands directly to an st
      device.
      
      Though st (still?) needs to move to move away from cdev for udev to
      function with it.
      cf0bd3e9
    • Patrick Mansfield's avatar
      [PATCH] change scsi_cmd_ioctl to take a gendisk instead of a queue · 807adbc5
      Patrick Mansfield authored
      This patch against a recent bk 2.6 changes scsi_cmd_ioctl to take a
      gendisk as an argument instead of a request_queue_t. This allows scsi char
      devices to use the scsi_cmd_ioctl interface.
      
      In turn, change bio_map_user to also pass a request_queue_t, and add a
      __bio_add_page helper that takes a request_queue_t.
      
      Tested ide cd burning with no problems.
      
      If the scsi upper level scsi_cmd_ioctl usage were consolidated in
      scsi_prep_fn, we could pass a request_queue_t instead of a gendisk to
      scsi_cmd_ioctl.
      807adbc5
    • James Bottomley's avatar
      scsi: scatter gather alignment constraints · 520bf00f
      James Bottomley authored
      Make sg and st respect any block alignment
      constraints for the data.  Usb storage already
      sets these to what it needs.
      
      Also reset the default to 7 for other SCSI devices.
      520bf00f
    • Mike Anderson's avatar
      [PATCH] media change check fails for busy unplugged device · 2a80ee36
      Mike Anderson authored
      If a request is sent through scsi_wait_req the function may be woken up
      from the completion by a function other than scsi_wait_done. This can
      happen as a result of cases that return BLKPREP_KILL in the scsi_prep_fn
      function.
      
      author: Mike Anderson <andmike@us.ibm.com>
      patch_version: Thu Jan 29 09:03:44 UTC 2004
      
       patched-2.6-andmike/drivers/scsi/scsi_lib.c |    2 ++
       1 files changed, 2 insertions(+)
      2a80ee36
    • Patrick Mansfield's avatar
      [PATCH] fix badness in scsi_single_lun_run · 6d9e5ab3
      Patrick Mansfield authored
      This patch against recent mainline bk removes the bogus WARN_ON for
      single_lun devices, and a meaningless comment.
      
      We clear the starget_sdev_user, and immediately blk_run_queue for the LUN
      that just issued IO. Another LUN could race in scsi_request_fn, but it is
      most likely that the last user will get there first, and reset
      starget_sdev_user. If it does not, it will have to wait for the other LUN
      to finish all of its IO.
      6d9e5ab3
    • James Bottomley's avatar
      qla2xxx: Resync with latest released firmware 3.02.21 · c35045c6
      James Bottomley authored
      From: 	Andrew Vasquez <andrew.vasquez@qlogic.com>
      c35045c6
    • Andrew Vasquez's avatar
      [PATCH] Updated qla2xxx driver. · 7ab5d6ec
      Andrew Vasquez authored
      -  Bump version number -> 8.00.00b10.
      
      -  Use down() not down_interruptible() while waiting for mailbox
         completions.
        
              o down_interruptible() is the wrong thing to do here 
                (in case a signal hits you sooo do the wrong thing
                and corrupt the semaphore)
                (Arjan van de Ven arjanv_redhat.com)
      
      -  Misc. ISP6312/ISP6322 changes:
        
              o Asynchronous IOCB handling is not available on 
                ISP6312 and ISP6322 type boards.
        
              o Firmware type (FLX) desgnation fix. 
      
      -  Clean up some extraneous code:
        
              o Remove duplicate call to qla2x00_config_os().
              o Remove unused structure member rsvd in struct dev_id.
      
      -  Create single module firmware loaders for each firmware image
         shipped with the driver (2/2).
      
      -  Create single module firmware loaders for each firmware image
         shipped with the driver.
      
      -  Resync with latest released firmware 3.02.21.
      7ab5d6ec
    • James Bottomley's avatar
      1af8584c
    • James Bottomley's avatar
      qla2xxx - Use RIO mode 4 for ISP2100/ISP2200 operation. [3/3] · 865e35a2
      James Bottomley authored
      From: 	Andrew Vasquez <andrew.vasquez@qlogic.com>
      
      RIO mode 3 (originally used in the qla2xxx driver) will not work on
      big-endian platforms due to the firmware returning only the first-word
      of the dword command handle returned after SCSI completion.  Use RIO
      mode 4 since full 32bit handle is returned during status.
      
      I've recently added an IBM p630 machine (ppc64) to my test ring with a
      mix of 2200 and 2300 cards -- I feel fairly confident that most endian
      type issues are addressed.
      865e35a2
    • James Bottomley's avatar
      qla2xxx - Remove unused GFT_ID code. [2/3] · 738c6448
      James Bottomley authored
      From: 	Andrew Vasquez <andrew.vasquez@qlogic.com>
      
      The driver does not issue GFT_IDs for each of the ports discovered
      during its SNS scan.  Remove unused code.
      738c6448
    • James Bottomley's avatar
      qla2xxx - perform proper SNS scans with ISP2200 HBAs. [1/3] · 1a4320fa
      James Bottomley authored
      From: 	Andrew Vasquez <andrew.vasquez@qlogic.com>
      
      The 2200 firmware doesn't support the MS IOCB interface the driver 
      uses to issue CT commands to the SNS.  Basically, I had to 
      forward-port some code from the 6.x driver to get the SNS calls 
      to go through.  I've had several machines (mixture of 2200s/
      2300s/others with loop and fabric connections) running with this
      patch for the past week.
      1a4320fa
    • James Bottomley's avatar
      Update qla2xxx to 8.00.00b9 · 36ce46ce
      James Bottomley authored
      From:         Andrew Vasquez <praka@users.sourceforge.net>
      http://sourceforge.net/projects/linux-qla2xxx/
      36ce46ce
  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 17 commits