1. 31 Dec, 2004 4 commits
    • Matthew Wilcox's avatar
      [PATCH] Misc zalon fixes · 572be927
      Matthew Wilcox authored
      Some miscellaneous cleanups for the Zalon driver:
      
       - Remove unused definitions of sync_scsi_data_for_cpu and
         sync_scsi_data_for_device
       - Fill in dev->irq in the zalon driver
       - Request the interrupt in the name of the driver, not the bus address
       - Change the driver name to look better in sysfs
       - Call ncr53c8xx_exit() in zalon7xx_exit()
      Signed-off-by: default avatarMatthew Wilcox <matthew@wil.cx>
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
      572be927
    • Matthew Wilcox's avatar
      [PATCH] Remove lasi700.h · a56a0507
      Matthew Wilcox authored
      Inline lasi700.h into lasi700.c to cut down on the size of the
      drivers/scsi directory.
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
      a56a0507
    • Matthew Wilcox's avatar
      [PATCH] sym2 version 2.1.18n · c6788a13
      Matthew Wilcox authored
      sym2 version 2.1.18n:
       - Prevent querying for DT clocking on a single ended bus
       - Check the U3EN bit instead of the ULTRA3 bit
       - Only use PPR if SDTR is incapable of negotiating the desired options or
         speed
       - minsync bugfix (James Bottomley)
       - Always calculate what negotiation to perform inside sym_prepare_nego()
       - Delete unused SYM_OPT_HANDLE_IO_TIMEOUT and SYM_CONF_TIMEOUT_ORDER_MAX
         code (Christoph Hellwig)
       - Use SCSI-3 message names instead of SCSI-2 names
       - Remove private definitions of PCI IDs
       - Reorganise DMA mask setup
       - Fix comment tpyo
       - Make some needlessly global code static (Adrian Bunk)
       - Reorder some functions to eliminate predeclaration
       - Use memset instead of bzero
       - Consolidate and abstract SPARC's special IRQ printing
       - Convert hcb_p to struct sym_hcb *
       - Remove cam_ccb_p and cam_scsiio_p typedefs
       - Treat PA-RISC firmware as if it were a type of NVRAM
      Signed-off-by: default avatarMatthew Wilcox <matthew@wil.cx>
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
      c6788a13
    • James Bottomley's avatar
      SCSI: update ipr to use the change_queue_depth API · 0ca47a67
      James Bottomley authored
      Instead of doing an attribute override.
      
      Ack'd by: Brian King <brking@us.ibm.com>
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
      0ca47a67
  2. 01 Jan, 2005 5 commits
  3. 31 Dec, 2004 3 commits
  4. 30 Dec, 2004 1 commit
  5. 31 Dec, 2004 3 commits
  6. 30 Dec, 2004 11 commits
  7. 29 Dec, 2004 13 commits