An error occurred fetching the project authors.
- 16 Jun, 2004 1 commit
-
-
Andrew Chew authored
-
- 10 May, 2004 1 commit
-
-
James Bottomley authored
From: Brian King <brking@us.ibm.com>
-
- 25 Apr, 2004 1 commit
-
-
Aristeu Sergio Rozanski Filho authored
-
- 21 Apr, 2004 1 commit
-
-
Jeff Garzik authored
Clone sata_promise to sata_sx4.
-
- 21 Mar, 2004 1 commit
-
-
Uwe Koziolek authored
-
- 09 Mar, 2004 1 commit
-
-
Jeremy Higdon authored
-
- 07 Mar, 2004 1 commit
-
-
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.
-
- 04 Mar, 2004 1 commit
-
-
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.
-
- 07 Feb, 2004 1 commit
-
-
James Bottomley authored
by user request
-
- 02 Feb, 2004 2 commits
-
-
James Bottomley authored
It hasn't compiled for ages and no-one seems to care ...
-
James Bottomley authored
The qla2xxx drivers take its place
-
- 15 Jan, 2004 1 commit
-
-
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.
-
- 10 Jan, 2004 1 commit
-
-
James Bottomley authored
From: Geert Uytterhoeven <geert@linux-m68k.org> Amiga NCR53c710: Coalesce all Amiga NCR53c710 SCSI host adapter configuration options into one config option, as suggested by Matthew Wilcox.
-
- 21 Oct, 2003 1 commit
-
-
Jeff Garzik authored
-
- 25 Sep, 2003 1 commit
-
-
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(-)
-
- 25 Aug, 2003 2 commits
-
-
Christoph Hellwig authored
There's no more essential functionality in it so allow the embedded folks to configure it out.
-
Christoph Hellwig authored
The logging level is now controlled by a /proc/sys/dev/scsi/logging_level sysctl instead of /proc/scsi/scsi. The format is the same as the logging_level module parameter.
-
- 28 Jun, 2003 2 commits
-
-
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.
-
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
-
- 17 May, 2003 1 commit
-
-
Russell King authored
Move Acorn and ARM SCSI and net drivers to drivers/{net,scsi}/arm. This also allows us to find a reasonable home for other ARM specific net drivers.
-
- 10 May, 2003 1 commit
-
-
Christoph Hellwig authored
Currently it's spread all over the scsi midlayer but having this nicely separate out to a file of it's own without exposing the data structures sounds like a good idea.
-
- 27 Apr, 2003 1 commit
-
-
Oliver Neukum authored
-
- 27 Mar, 2003 1 commit
-
-
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
-
- 24 Feb, 2003 1 commit
-
-
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.
-
- 11 Feb, 2003 1 commit
-
-
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.
-
- 09 Feb, 2003 2 commits
-
-
James Bottomley authored
We have 53c700.c and 53c7xx for the 7xx series and ncr53c8xx for the 720. The sym53c8xx_2 covers all the 8xx chips.
-
James Bottomley authored
This should add synchronous support and Tagged Command Queueing. At the moment, it cuts down on the number of command line options, but we can add those back in later. This patch also migrates the driver to the new device model for both MCA and EISA.
-
- 03 Feb, 2003 1 commit
-
-
Kai Germaschewski authored
One of the goals of the whole new modversions implementation: export-objs is gone for good!
-
- 04 Jan, 2003 1 commit
-
-
Richard Hirst authored
The Zalon card is a GSC 53c720 based card. This driver adopts the ncr53c8xx driver for the purpose.
-
- 30 Dec, 2002 1 commit
-
-
Justin T. Gibbs authored
-
- 15 Dec, 2002 1 commit
-
-
Brian Gerst authored
Makefiles no longer need to include Rules.make, which is currently an empty file. This patch removes it from the drivers tree Makefiles.
-
- 27 Nov, 2002 1 commit
-
-
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
-
- 16 Nov, 2002 1 commit
-
-
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.
-
- 03 Nov, 2002 1 commit
-
-
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.
-
- 28 Oct, 2002 1 commit
-
-
Alan Cox authored
Fix more locking, do a major rethink on the bh handling (now workqueue)
-
- 24 Oct, 2002 1 commit
-
-
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..
-
- 10 Oct, 2002 2 commits
-
-
Sam Ravnborg authored
List files to be deleted during make clean where they are created
-
Sam Ravnborg authored
Reference to .ver file incorrect after recent makefile changes. Grepped the kernel tree, and this is the only Makefile that uses $(MODVERDIR).
-
- 06 Oct, 2002 1 commit
-
-
Goto Masanori authored
Config files, makefiles etc for the NinjaSCSI driver.
-
- 03 Oct, 2002 1 commit
-
-
Alan Cox authored
Forward port from 2.4
-