An error occurred fetching the project authors.
- 01 Aug, 2003 1 commit
-
-
David S. Miller authored
-
- 31 Jul, 2003 1 commit
-
-
Alan Cox authored
This is a fairly major update to get stuff going again (From the maintainers)
-
- 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.
-
- 08 Jul, 2003 1 commit
-
-
Christoph Hellwig authored
As Douglas mentioned on this list a while ago there's hardware these days where we don't want to automatically perform an initial bus scan in scsi_add_host. Currently we only have ieee1394 in the tree but I can imagine more uses like iscsi or certain fc setups. This patch removes the call to scsi_scan_host from scsi_add_host and moves it into the drivers that want in.
-
- 26 Jun, 2003 1 commit
-
-
James Bottomley authored
With the simplification of the DMA direction/SCSI data direction linux/pci.h is no longer pulled in by scsi.h
-
- 06 Jun, 2003 1 commit
-
-
Jamie Lenehan authored
On Fri, Jun 06, 2003 at 10:01:03AM +0200, Christoph Hellwig wrote: > Rediffed version, with Mike's isp fix and taking the new > scsi_add_host users in usb in account. > > Currently this is juist a new name for scsi_register, but we make > sure new-style drivers never call scsi_register/scsi_unregister > but always scsi_host_alloc/scsi_host_put in this patch so the > next patch can introduce code specific to legacy drivers in > the former. Also cleanup scsi_register/scsi_host_alloc a bit. I think I made the dc395x driver new style init as of 2.5.70-bk9 (if what scsi_mid_low_api.txt calls "hotplug" style is new style then it is). So it'll need to be updated as well.
-
- 28 May, 2003 1 commit
-
-
Oliver Neukum authored
-
- 27 May, 2003 1 commit
-
-
Oliver Neukum authored
-
- 19 May, 2003 2 commits
-
-
Christoph Hellwig authored
Yeah, I know the method is obsolete but for proper refcounting we need to get rid of all those scsi_host_hn_get() abusers. scsi_host_hn_get() and scsi_host_put() are not exported anymore after this patch.
-
Oliver Neukum authored
this fix makes sure that all test in irq handling in that driver are for NULL thus fixing an oops.
-
- 06 May, 2003 1 commit
-
-
James Bottomley authored
-
- 27 Apr, 2003 1 commit
-
-
Oliver Neukum authored
-