1. 24 Feb, 2003 3 commits
    • Joel Buckley's avatar
      Sun StorEdge[tm] array SparseLUN support · 5121f523
      Joel Buckley authored
      Hello, I work on the Sun StorEdge[tm] arrays for Sun Microsystems, Inc.
      As part of my testing of Linux, the attached changes are needed to enable
      Sparse LUN support for Sun StorEdge[tm] arrays.
      5121f523
    • Christoph Hellwig's avatar
      [PATCH] Add PC-9800 bios parameter support in SCSI · d370ce20
      Christoph Hellwig authored
      James' scsi tree already contains an big update to wd33c93 that will make
      integrating pc980155 a lot easier - it will hopefully appear in 2.5.63.
      
      I've done some more work on the bios parameter stuff, this is the patch
      I came up with, James can you merge it into the linux-scsi tree?  It just
      adds a new file for pc98-style bios geometry to the scsi core.
      d370ce20
    • James Bottomley's avatar
      clean up wd33c93 data direction code · 5b876a95
      James Bottomley authored
      Data direction is now provided by the SCSI mid-layer
      5b876a95
  2. 23 Feb, 2003 4 commits
    • James Bottomley's avatar
      Merge · 94c1e4d3
      James Bottomley authored
      94c1e4d3
    • Christoph Hellwig's avatar
      [PATCH] some scsi_scan.c restructuring for ieee1394 hotplugging · 1ad65843
      Christoph Hellwig authored
      I had some discussion with Ben Collins on ow to properly allow
      hotplugging of ieee1394 storage device (sbp2).  While the scsi_add_host/
      scsi_remove_host interface allows hotpluging of ieee1394 adapters we
      need a way to register the actual devices with the scsi layer when
      they're plugged in.  I've restructured the code to handle the
      /proc/scsi/scsi code to add/remove devices a bit to have an interface
      the ieee1394 driver can use, and created the following new interface:
      
      	struct scsi_device *scsi_add_device(struct Scsi_Host *shost,
      			uint channel, uint id, uint lun)
      	int scsi_remove_device(struct scsi_device *sdev)
      
      in addition scsi_probe_and_add_lun() got some overhaul to become
      readable and can now return the struct scsi_device it probed as an
      optional argument.
      1ad65843
    • Christoph Hellwig's avatar
      [PATCH] fix some Kconfig typos · 7aefea89
      Christoph Hellwig authored
      spotted by Matthew Jacob
      7aefea89
    • Christoph Hellwig's avatar
      [PATCH] wd33c93 updates · 7ff4c2b9
      Christoph Hellwig authored
      The PC98 folks have some updates in their tree to make the generic
      wd33c93 driver usable in PIO mode, but unfortunately the way they do it
      (include a header specific to their lowlevel driver in wd33c93.c
      conditionally) is rather ugly.
      
      I reworked it to provide different implementations of the access method
      inside wd33c93.c independent of the lowlevel driver.  In addition the
      patch contains various patches to actually get the driver compile in 2.5
      and a reindent to follow kernel codingstyle (sorry, but the maintainer
      hasn't touched it for four years and it made my eyes bleed..)
      7ff4c2b9
  3. 22 Feb, 2003 17 commits
  4. 23 Feb, 2003 9 commits
  5. 22 Feb, 2003 5 commits
  6. 21 Feb, 2003 2 commits