An error occurred fetching the project authors.
  1. 01 Aug, 2003 1 commit
  2. 31 Jul, 2003 1 commit
  3. 17 Jul, 2003 1 commit
    • Adrian Bunk's avatar
      [PATCH] remove all #include <blk.h>'s · 117b5e29
      Adrian Bunk authored
      This causes blk.h to print a warning and removes all uses of blk.h.
      I've tested the compilation in 2.6.0-test1 with a .config that tries to
      compile as many drivers as possible.
      117b5e29
  4. 08 Jul, 2003 1 commit
    • Christoph Hellwig's avatar
      [PATCH] pull scsi_scan_host out of scsi_add_host · 892af51c
      Christoph Hellwig authored
      As Douglas mentioned on this list a while ago there's hardware these
      days where we don't want to automatically perform an initial bus scan
      in scsi_add_host.  Currently we only have ieee1394 in the tree but
      I can imagine more uses like iscsi or certain fc setups.
      
      This patch removes the call to scsi_scan_host from scsi_add_host
      and moves it into the drivers that want in.
      892af51c
  5. 26 Jun, 2003 1 commit
  6. 06 Jun, 2003 1 commit
    • Jamie Lenehan's avatar
      [PATCH] introduce scsi_host_alloc for dc395x · f88c7698
      Jamie Lenehan authored
      On Fri, Jun 06, 2003 at 10:01:03AM +0200, Christoph Hellwig wrote:
      > Rediffed version, with Mike's isp fix and taking the new
      > scsi_add_host users in usb in account.
      >
      > Currently this is juist a new name for scsi_register, but we make
      > sure new-style drivers never call scsi_register/scsi_unregister
      > but always scsi_host_alloc/scsi_host_put in this patch so the
      > next patch can introduce code specific to legacy drivers in
      > the former.  Also cleanup scsi_register/scsi_host_alloc a bit.
      
      I think I made the dc395x driver new style init as of 2.5.70-bk9 (if
      what scsi_mid_low_api.txt calls "hotplug" style is new style then it
      is). So it'll need to be updated as well.
      f88c7698
  7. 28 May, 2003 1 commit
  8. 27 May, 2003 1 commit
  9. 19 May, 2003 2 commits
  10. 06 May, 2003 1 commit
  11. 27 Apr, 2003 1 commit