1. 29 Apr, 2003 8 commits
    • Christoph Hellwig's avatar
      [PATCH] remove dead scsi_cmnd members · 22aab371
      Christoph Hellwig authored
      ->reset_chain is initialized by the midlayer only used in BusLogic's old EH
      code (which is never called and thus can be #if 0'ed out until someone with
      the hardware updates it to new EH), ->done_late is never used.
      22aab371
    • Christoph Hellwig's avatar
      [PATCH] remove dead struct scsi_device members · 184eb8ff
      Christoph Hellwig authored
      ->scpnt_wait is initialized and cpqfc calls wake_up on it but no one
      ever waits for it, ->allow_revalidate is completly unused.
      184eb8ff
    • Christoph Hellwig's avatar
      [PATCH] fix scsi_debug compile warning · d7fd7940
      Christoph Hellwig authored
      spin_lock_irqsave takes an unsigned long.
      d7fd7940
    • Christoph Hellwig's avatar
      [PATCH] use scsi_report_bus_reset() in scsi_erroc.c · 8ced8ec0
      Christoph Hellwig authored
      Currently scsi_error.c has two opencoded copies for
      scsi_report_bus_reset.  Get rid of them.
      8ced8ec0
    • Christoph Hellwig's avatar
      [PATCH] kill pcmcia driver bind_info horror · dca114f5
      Christoph Hellwig authored
      Currenty pcmcia drivers do a loop on their devices for issuing a
      SCSI_IOCTL_GET_IDLUN ioctl from kernelspace and passing dev->type
      to userspace so cardmgr can guess the the dev_t and find the
      device node of it.
      
      But it doesn't actually use it but only pass it as optional arguments
      to it's poor-man's hotplug scripts.  So kill this horror of, we
      have proper hotplug scripts in 2.5.  And here we go, the first big
      host->my_devices abuser is gone.
      dca114f5
    • Christoph Hellwig's avatar
      [PATCH] kill scsi_dump_status · 9b153ccb
      Christoph Hellwig authored
      Is someone still using the echo dump > /proc/scsi/scsi feature?  I think
      we should kill it as we're getting much nicer output from sysfs these
      days..
      9b153ccb
    • Christoph Hellwig's avatar
      [PATCH] split private and public scsi headers · 21eb047c
      Christoph Hellwig authored
      Two new headers:
      
        scsi_priv.h - for macros/declarations private to the scsi midlayer
      		  (= not EXPORT_SYMBOL()ed)
        scsi_logging.h - for SCSI_LOG_* and friends, semi-private to the
        		midlayer and the upper drivers.  One abuse of this
      		in dpt_i2o killed.
      21eb047c
    • Anton Blanchard's avatar
      [PATCH] Re: Make sym2 driver use pci_enable_device · 30ec75cc
      Anton Blanchard authored
      > The sym2 driver should use the generic pci_enable_device() and
      > pci_set_master() functions.
      
      Sorry, wrong patch. We need to read COMMAND after doing
      pci_enable_device/pci_set_master. We should also check the return
      valie of pci_enable_device.
      
      Anton
      
      ===== drivers/scsi/sym53c8xx_2/sym_glue.c 1.16 vs edited =====
      30ec75cc
  2. 28 Apr, 2003 10 commits
  3. 29 Apr, 2003 2 commits
    • Russell King's avatar
      [ARM] Update mach-types to latest version. · 817a52ad
      Russell King authored
      817a52ad
    • Russell King's avatar
      [ARM] Fix elf_fpregset_t · b7d48a12
      Russell King authored
      This is a fix from eons ago, which apparantly has been in the old
      Rebel.com netwinder CVS for several years, and has never been
      submitted upstream.
      
      This fix allows FP registers to be correctly written to ELF core
      files, as well as preventing corruption of other parts of ELF core
      files caused by data on the kernel stack being overwritten.
      b7d48a12
  4. 28 Apr, 2003 7 commits
  5. 27 Apr, 2003 13 commits