- 22 Apr, 2003 2 commits
-
-
James Bottomley authored
-
Mike Christie authored
The attached patch fixes the compile errors in psi240i.c described in Bugzilla bug #468 at http://bugme.osdl.org/show_bug.cgi?id=468. It was built against 2.5.68. I do not have the hardware, so I have only verified that it compiles correctly.
-
- 21 Apr, 2003 9 commits
-
-
Patrick Mansfield authored
We no longer hold the host_lock while calling the detect function, so re-acquiring the lock while (without even unlocking it) in ppa_detect is very wrong. References to the possibly NULL value hreg can also cause oopses.
-
James Bottomley authored
-
James Bottomley authored
If the second (and longer inquiry) in scsi_scan.c fails for any reason, we should fall back to the original (and successful) 36 byte inquiry rather than not configuring the device.
-
Douglas Gilbert authored
-
Christoph Hellwig authored
There's just one user left, and that one is in aha152x.c and thus clearly bogus..
-
Christoph Hellwig authored
No drivers are using it anymore, and having this private to the midlayer should make proper shost refcounting easier.
-
Christoph Hellwig authored
Just some random styleups I made while walking over the file for the devfs work.
-
James Bottomley authored
into raven.il.steeleye.com:/home/jejb/BK/scsi-misc-2.5
-
James Bottomley authored
into raven.il.steeleye.com:/home/jejb/BK/scsi-misc-2.5
-
- 20 Apr, 2003 29 commits
-
-
Linus Torvalds authored
allocate FIRST_SYSTEM_VECTOR as an external interrupt. It's unlikely, but could happen if we have a _ton_ of interrupt sources. Found by Chuck Ebbert.
-
Randy Dunlap authored
This is a patch from Robert P.J. Day that replaces www.linuxdoc.org (which is outdated and unspported according to www.tldp.org) with www.tldp.org in lots of Kconfig files.
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
Also pointed out by Al.
-
Christoph Hellwig authored
Al pointed out that it's unused after my last series of devfs patches.
-
Christoph Hellwig authored
All callers of __blk_run_queue are of the form spin_lock_irqsave(q->queue_lock, flags); __blk_run_queue(q); spin_unlock_irqrestore(q->queue_lock, flags); Replace it with a blk_run_queue that does the locking itself.
-
Christoph Hellwig authored
In preparation of getting rid of the LOCAL_END_REQUEST mess.
-
Christoph Hellwig authored
split the initrd stuff out of blk.h, it's only needed in the boot code and the ramdisk driver.
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
or not.
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
The following patches switch the few drivers that have to register devfs entries independand of gendisks to devfs_mk_bdev.
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
This and the next patches switches over drivers to gendisk.devfs_name.
-
Christoph Hellwig authored
Previously gendisk.devfs_name was used only for partitioned devices or CDroms, and for the latter it was slightly broken. Fix it to work genericly for all gendisks.
-