An error occurred fetching the project authors.
- 21 Jan, 2005 1 commit
-
-
Christoph Hellwig authored
Changes are from Maciej W. Rozycki and not nicely splitup because it's the changes to make it work with 2.6 again. Cosmetic changes by me to avoid obsolete typedefs. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
-
- 10 Sep, 2004 1 commit
-
-
Andrew Morton authored
From: Joshua Kwan <joshk@triplehelix.org> Debian's initial ramdisk creation scripts rely on the content of /proc/scsi to determine which module is needed for the ramdisk. Unfortunately, bad things happen when a bazillion different drivers use the _exact same name_ for /proc, namely the esp family. Give them all unique names. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
-
- 03 Jun, 2004 1 commit
-
-
Arjan van de Ven authored
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
-
- 31 Mar, 2004 1 commit
-
-
Alexander Stohr authored
This cleans up a larger amount of superfluos ";;" statements in current Linux kernel sources by converting them to the regular single ";" statments. It seems to be a common problem that at the end of a line the semicolon key is producing an echo.
-
- 20 Feb, 2004 1 commit
-
-
Geert Uytterhoeven authored
NCR53C9x: Add missing slave_{alloc,destroy}() (from Kars de Jong and Matthias Urlichs). This affects the following drivers: - Amiga Blizzard 1230, Blizzard 2060, CyberStorm, CyberStorm Mk II, Fastlane, and Oktagon SCSI - DECstation NCR53C94 SCSI - Jazz ESP 100/100a/200 SCSI - Mac 53C9x SCSI - MCA NCR 53c9x SCSI - Sun-3x SCSI (was already fixed on its own)
-
- 26 Jul, 2003 1 commit
-
-
Geert Uytterhoeven authored
NCR53C9x: Remove unused initialization of SCp.have_data_in (from Maciej W. Rozycki). This affects the following drivers: - DECstation SCSI - Amiga Oktagon SCSI
-
- 17 Jul, 2003 1 commit
-
-
Adrian Bunk authored
This causes blk.h to print a warning and removes all uses of blk.h. I've tested the compilation in 2.6.0-test1 with a .config that tries to compile as many drivers as possible.
-
- 11 Jun, 2003 1 commit
-
-
Christoph Hellwig authored
->command is never called if can_queue is set, remove the dead code.
-
- 05 Jun, 2003 1 commit
-
-
Christoph Hellwig authored
This allows us to kill the horrible scsi_host_legacy_release hack. Note that the new ->release methods still seem to be incorrect in some case, but I really want to kill that hack in core code not to make all drivers perfect.
-
- 28 Dec, 2002 1 commit
-
-
Geert Uytterhoeven authored
NCR53C9x ESP SCSI driver updates: - Port recent 2.5.x Sun/SPARC ESP SCSI driver changes to the NCR53C9x ESP SCSI drivers - Move NCR53C9x ESP host templates and host adapter-specific definitions from the host adapter-specific header files to the source files - Move common NCR53C9x ESP prototypes from the host adapter-specific header files to NCR53C9x.h This affects the following SCSI host adapters: - M68k/PPC Amiga Blizzard 1230IV, 1260, and 2060 - M68k/PPC Amiga BSC Oktagon - M68k/PPC Amiga Cyberstorm and Cyberstorm II - M68k/PPC Amiga Phase 5 Fastlane - MIPS DECstation NCR53C94 - MIPS JAZZ Fas216 - M68k Mac 53C9x - ia32 MCA 53C9x - M68k Sun-3x ESP
-
- 05 Feb, 2002 5 commits
-
-
Linus Torvalds authored
- Doug Ledford: i810 audio driver update - Evgeniy Polyakov: update various SCSI drivers to new locking - David Howells: syscall latency improvement, try 2 - Francois Romieu: dscc4 driver update - Patrick Mochel: driver model fixes - Andrew Morton: clean up a few details in ext3 inode initialization - Pete Wyckoff: make x86 machine check print out right address.. - Hans Reiser: reiserfs update - Richard Gooch: devfs update - Greg KH: USB updates - Dave Jones: PNPBIOS - Nathan Scott: extended attributes - Corey Minyard: clean up zlib duplication (triplication..)
-
Linus Torvalds authored
- Alan Cox: big driver/mips sync - Andries Brouwer, Christoph Hellwig: more gendisk fixups - Tobias Ringstrom: tulip driver workaround for DC21143 erratum
-
Linus Torvalds authored
- merge with Alan (SCSI subsystem) - Jeff Garzik: make serial driver PCI hotplug-aware
-
Linus Torvalds authored
- Jens: better ordering of requests when unable to merge - Neil Brown: make md work as a module again (we cannot autodetect in modules, not enough background information) - Neil Brown: raid5 SMP locking cleanups - Neil Brown: nfsd: handle Irix NFS clients named pipe behavior and dentry leak fix - maestro3 shutdown fix - fix dcache hash calculation that could cause bad hashes under certain circumstances (Dean Gaudet) - David Miller: networking and sparc updates - Jeff Garzik: include file cleanups - Andy Grover: ACPI update - Coda-fs error return fixes - rth: alpha Jensen update
-
Linus Torvalds authored
-