An error occurred fetching the project authors.
  1. 28 Jul, 2004 1 commit
    • Dave Boutcher's avatar
      [PATCH] ibmvscsi driver v1.5.1 · a0778161
      Dave Boutcher authored
      Based on comments from hch and jejb, an update to the ibmvscsi
      driver patch.  Primarily style issues, though the removal of
      gratuitous casting lead to some significant refactoring
      of functions.
      
      - Moved #include <asm/...> after #include <linux/...>
      - removed the map_direct_data and map_indirect_data and moved
         the function inline
      - Fixed function declaration style issues (static on a line by
         itself)
      - Removed bogus cast from dma_map_single
      - Moved setting of data transfer direction to a single helper
         function
      - Fixed up some gratuitous casting of types
      - Collapsed a couple of other functions inline
      - Removed bogus check for NULL from remove
      - Removed the "evt_struct_for" routine as being needlessly obfuscatory
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
      a0778161
  2. 20 Jun, 2004 1 commit
    • James Bottomley's avatar
      ncr53c8xx updates · a7ed0dc0
      James Bottomley authored
      From: Matthew Wilcox <willy@debian.org>
      
      - remove all of the PCI chips (8xx series) leaving only 720
      - pull out stand alone initialisation code (driver becomes a chip only
        driver for NCR Q720 and Zalon)
      - remove most vestiges of PCI support (chip driver should be bus neutral)
      - tidy up typedefs
      - remove simulated intfly (may need putting back for 770)
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
      a7ed0dc0
  3. 18 Jun, 2004 1 commit
    • Randy Dunlap's avatar
      [PATCH] Remove PC9800 support · 5e018f7e
      Randy Dunlap authored
      PC9800 sub-arch is incomplete, hackish (at least in IDE), maintainers don't
      reply to emails and haven't touched it in awhile.  Can't even config it to
      try to build it without other patches to the kernel tree.
      
      bk-rm-script:
      
      #! /bin/sh
      bk rm -r ./arch/i386/mach-pc9800
      bk rm -r ./arch/i386/boot98
      bk rm ./drivers/char/lp_old98.c
      bk rm ./drivers/serial/serial98.c
      bk rm ./drivers/scsi/scsi_pc98.c
      bk rm ./drivers/scsi/pc980155.c
      bk rm ./drivers/scsi/pc980155.h
      bk rm ./drivers/block/floppy98.c
      bk rm ./drivers/input/keyboard/98kbd.c
      bk rm ./drivers/input/serio/98kbd-io.c
      bk rm ./drivers/input/misc/98spkr.c
      bk rm ./drivers/input/mouse/98busmouse.c
      bk rm ./drivers/ide/legacy/pc9800.c
      bk rm ./drivers/ide/legacy/hd98.c
      bk rm -r ./include/asm-i386/mach-pc9800
      bk rm ./include/asm-i386/pc9800_sca.h
      bk rm ./include/asm-i386/pc9800.h
      bk rm ./fs/partitions/nec98.c
      bk rm ./fs/partitions/nec98.h
      bk rm ./sound/isa/cs423x/pc98.c
      bk rm ./sound/isa/cs423x/pc9801_118_magic.h
      bk rm ./sound/isa/cs423x/sound_pc9800.h
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      5e018f7e
  4. 16 Jun, 2004 1 commit
  5. 03 Jun, 2004 1 commit
  6. 10 May, 2004 1 commit
  7. 25 Apr, 2004 1 commit
  8. 21 Apr, 2004 1 commit
  9. 21 Mar, 2004 1 commit
  10. 09 Mar, 2004 1 commit
  11. 07 Mar, 2004 1 commit
    • James Bottomley's avatar
      SCSI: implement transport attributes for 53c700 · 63ad6957
      James Bottomley authored
      his patch moves the internal storage of the offset and period to the
      transport class and adds methods to set them (there's no need for a get
      method since the value in the transport class is exactly what the driver
      believes the transport agreement to be).
      
      You can see how this type of use of the transport class is supposed to
      work: the driver now has init and exit routines attaching and releasing
      the transport class (that's the reason for the Makefile perturbation
      because it has to init before its users).  The correct attributes are
      set up in slave_configure() for negotiation and we now export the period
      and offset setting functions.
      63ad6957
  12. 04 Mar, 2004 1 commit
    • James Bottomley's avatar
      Add SCSI transport attributes · c7572b86
      James Bottomley authored
      From: 	Martin Hicks <mort@wildopensource.com>
      
      Transport attributes are classes which can be
      attached to by a scsi driver to export (and
      later control) transport based properties.
      c7572b86
  13. 07 Feb, 2004 1 commit
  14. 02 Feb, 2004 2 commits
  15. 15 Jan, 2004 1 commit
    • James Bottomley's avatar
      Import qla2xxx driver · 6b8b8c7e
      James Bottomley authored
      From: "Andrew Vasquez" <andrew.vasquez@qlogic.com>
      
      With additional changes from: "James Bottomley" <James.Bottomley@SteelEye.com>,
                                    "Christoph Hellwig" <hch@infradead.org>
      
      This is the qlogic driver version 8.00.00b7 with the ioctl and failover code stripped
      out and a few associated fixes put in.
      6b8b8c7e
  16. 10 Jan, 2004 1 commit
  17. 21 Oct, 2003 1 commit
  18. 25 Sep, 2003 1 commit
    • Matthew Wilcox's avatar
      [PATCH] Kill off sym1 · 18064b09
      Matthew Wilcox authored
       - Remove sym1 driver
       - Remove PCI stuff from sym53c8xx_comm.h
       - Remove PCI stuff from ncr53c8xx.c
       - Remove device_t typedef
       - Remove u_int32 and u_int64
       - Remove first_host and the_template
       - Remove SPARC support (get back to me when someone puts a 720 in a Sparc :-P)
      
       Makefile         |    1
       NCR_Q720.c       |    4
       ncr53c8xx.c      |  155
       ncr53c8xx.h      |   12
       sym53c8xx.c      |14543 -------------------------------------------------------
       sym53c8xx.h      |   82
       sym53c8xx_comm.h |  666 --
       sym53c8xx_defs.h |   52
       zalon.c          |    4
       9 files changed, 76 insertions(+), 15443 deletions(-)
      18064b09
  19. 25 Aug, 2003 2 commits
  20. 28 Jun, 2003 2 commits
    • James Bottomley's avatar
      Add NCR Quad 720 SCSI driver · d9f9434f
      James Bottomley authored
      This adds support for the Q720 MCA SCSI driver.  It's only really
      useful on the voyager platform.  The driver is preliminary and
      currently makes no use of the Q720 on-board memory for storing
      scripts and ccbs.
      d9f9434f
    • James Bottomley's avatar
      Eliminate really old ncr53c8xx driver · bf8022f7
      James Bottomley authored
      - Remove direct configuration of this driver
      - Only remaining use is in the parisc zalon driver
      - Split the driver up to make it more use to 720 based drivers
      - Update zalon to new module/SCSI methods
      bf8022f7
  21. 17 May, 2003 1 commit
  22. 10 May, 2003 1 commit
  23. 27 Apr, 2003 1 commit
  24. 27 Mar, 2003 1 commit
    • Osamu Tomita's avatar
      [PATCH] Complete support for PC-9800 sub-arch (9/9) SCSI · f9567c38
      Osamu Tomita authored
      This is the patch to support NEC PC-9800 subarchitecture
      against 2.5.65-ac4. (9/9)
      
      SCSI host adapter support.
       - BIOS parameter change for PC98.
       - Add pc980155 driver for old PC98.
       - wd33c93.c update error handler for eh_*.
       - wd33c93.h register to int for PIO mode.
      
      Regards,
      Osamu Tomita
      f9567c38
  25. 24 Feb, 2003 1 commit
    • 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
  26. 11 Feb, 2003 1 commit
    • Christoph Hellwig's avatar
      [PATCH] remove eata_dma driver · cd9be7d7
      Christoph Hellwig authored
      Last changelog entry is from 1996 and it had no changes ecept global
      search and replace since start of the bitkeeper history.
      
      The alternate driver eata is maintained and the Kconfig file contains
      a stong advice on using it.
      cd9be7d7
  27. 09 Feb, 2003 2 commits
  28. 03 Feb, 2003 1 commit
  29. 04 Jan, 2003 1 commit
  30. 30 Dec, 2002 1 commit
  31. 15 Dec, 2002 1 commit
  32. 27 Nov, 2002 1 commit
    • Mike Anderson's avatar
      scsi sysfs update 3 · e9167d31
      Mike Anderson authored
      I have attached an updated combined patch of my previously posted sysfs
      changes. 
      
      This patch is against linux-scsi.bkbits.net/scsi-misc-2.5
      
      This patch contains these updates:
      	- update to osst.c to support sysfs cleanups.
      	- oops fix in osst.c detach if no device attached. A better
      	  method than this quick fix is needed.
      	- removed scsi_bus_hotplug function do to bug and not really
      	  needed now as default gives path data. If needed in future can
      	  be added with better definition.
      
      -andmike
      e9167d31
  33. 16 Nov, 2002 1 commit
    • Christoph Hellwig's avatar
      move all procfs code to scsi_proc · ed54ad08
      Christoph Hellwig authored
      scsi.c gets really far too big, and having all code that depends on
      CONFIG_PROC_FS in scsi_proc.c is a nice cleanup.  Note that much of
      the procfs code is really really ugly and wants a rewrite to at
      least use the seq_file interface and probably moving to sysfs.
      ed54ad08
  34. 03 Nov, 2002 1 commit
    • Geert Uytterhoeven's avatar
      [PATCH] Sun-3 VME support · 0e1cb392
      Geert Uytterhoeven authored
      Add Sun-3 VME support (by Sam Creasey):
        - Added VME version of the Sun-3 NCR5380 scsi driver.
        - Modified the Sun-3 dvma routines to support VME.
        - Added sun3_map_test() -- uses the ex_table to trap faults on VME mappings
          in order to determine if a card is present.  This seems a little hackish to
          be, but:
            1) All changes are entirely within Sun3-only code paths,
            2) netbsd, sunos, and mach all use this mechanism for VME probes anyway.
      0e1cb392
  35. 28 Oct, 2002 1 commit
  36. 24 Oct, 2002 1 commit
    • Christoph Hellwig's avatar
      [PATCH] remove scsi_merge.c · 15ec34c5
      Christoph Hellwig authored
      In 2.5.44 it contains only two functions, that both have exactly
      one caller in other files and both are entirely unrelated to
      request merging..
      15ec34c5