1. 06 Jun, 2003 3 commits
    • Christoph Hellwig's avatar
      [PATCH] introduce scsi_host_alloc · 3f141653
      Christoph Hellwig authored
      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.
      3f141653
    • Christoph Hellwig's avatar
      [PATCH] kill scsihosts= boot parameter · 6d2b81d7
      Christoph Hellwig authored
      This feature is seriously racy, and doesn't work under many
      circumstances.  As we have proper ways to find devices by their
      their locical naming (UUID, fs label) or physical connectivity
      (scsidev, sysfs) it shouldn't be nessecary anymore.
      6d2b81d7
    • Christoph Hellwig's avatar
      [PATCH] fix parameter naming · 9b9a5c9d
      Christoph Hellwig authored
      use module_param_named to avoid the the superflous scsi strings
      in the option names.
      9b9a5c9d
  2. 05 Jun, 2003 30 commits
  3. 04 Jun, 2003 7 commits