- 18 Oct, 2002 40 commits
-
-
Scott Feldman authored
* Remove broken home-grown Rx polling mode (make way for NAPI)
-
http://suncobalt.bkbits.net/net-drivers-2.5Jeff Garzik authored
into redhat.com:/home/jgarzik/repo/net-drivers-2.5
-
Jeff Garzik authored
into redhat.com:/home/jgarzik/repo/net-drivers-2.5
-
Adam Kropelin authored
-
bk://ldm.bkbits.net/linux-2.5-coreLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Patrick Mochel authored
If a device didn't match a driver, bus_match() returned 0, and device_attach() would break out of the loop. So, the first driver was the only one being checked every time.
-
Linus Torvalds authored
This is pretty ugly, Al will fix up properly.
-
bk://ldm.bkbits.net/linux-2.5-sysfsLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Randy Dunlap authored
This recognizes & logs 2 more IO APIC bit fields and reduces UNEXPECTED IO-APIC traffic. Has also been acked by Maciej W. Rozycki (marco).
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
infrastructure.
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-core
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-sysfs
-
bk://ldm.bkbits.net/linux-2.5-coreLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-sysfs
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-sysfs
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-core
-
Patrick Mochel authored
-
Linus Torvalds authored
-
Jens Axboe authored
o Change the blk_dump_rq_flags() a bit o Use rq->bio as an indication of ->bio is valid or not, instead of checking REQ_PC. Now we can have a bio on a REQ_BLOCK_PC as well. o Don't print eio error in end_that_request_first(), if REQ_QUIET is set. o debug check for valid bio in end_that_request_first() o Add blk_pc_request() check REQ_BLOCK_PC, similar to blk_fs_request()
-
Jens Axboe authored
Remove the calling of scsi_cmd_ioctl() from ide-cd. Put it in the uniform cdrom layer, this also makes SCSI SG_IO work.
-
Jens Axboe authored
Make SCSI layer understand REQ_BLOCK_PC requests
-
David S. Miller authored
A recent change that went into BK-2.5 removed the next member of the scsi host and replaced it with lists, which is cool, but this broke a few common drivers. Here is the fix for aic7xxx_old.
-
Jens Axboe authored
Recent scsi host changes broke sym2, it iterates over the scsi host list itself. This patch changes sym2 to use scsi_host_hn_get() to find a scsi host from its hostno.
-
David Howells authored
This patch fixes a bug in my AFS client in which a put of an outstanding call was missing in the unmount cleanup code. This occasionally resulted in the AFS module becoming unremovable.
-
Adrian Bunk authored
-
Mark Haverkamp authored
Fill devno[cid] from request instead of sc_request->sr_request since sc_request is passed in as NULL now.
-
Linus Torvalds authored
-
Dave Jones authored
Somewhere along the line, indentation on this file went mental.
-
Dave Jones authored
As per Documentation/SubmittingPatches
-
Dave Jones authored
By Urban Widmark
-
Dave Jones authored
-
Dave Jones authored
Most work done by Paul Gortmaker. More work needed.
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
Marc Singer noticed some BIOSen on the AMD Elan alias the cpu frequency registers in a place that some drivers probe during bootup. Result - changed CPU speed after booting. The fix is to unmap the alias. Marc put a patch forward for 2.2, this one is cooked up by me, but is currently untested but functionally equivalent.
-
Dave Jones authored
(is already in drivers/char/agp/Config.help)
-
Dave Jones authored
The smp_call_function() does the check on the local cpu for us.
-