- 19 Sep, 2002 6 commits
-
-
Linus Torvalds authored
lists by default. The batching avoids some debug tests.
-
http://gkernel.bkbits.net/net-drivers-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Kai Germaschewski authored
For some inexplicable reason, I broke the dependency on a new build number some time ago - it worked fine before, and now it does again. (Whenever vmlinux is relinked, the build number is incremented, and now it ends in the version string again, as it should) Noted by Anton Blanchard.
-
Kai Germaschewski authored
-
Jens Axboe authored
ide_toggle_bounce() was called prior to init'ing the block queue, which then reset the bounce_pfn back to BLK_BOUNCE_HIGH. Make ide_toggle_bounce() an ide-lib helper, and call it when setting up the queue as well.
-
- 18 Sep, 2002 34 commits
-
-
Jeff Garzik authored
into mandrakesoft.com:/home/jgarzik/repo/net-drivers-2.5
-
Andrew Morton authored
by making 'smc_init' static.
-
Szilárd Pásztor authored
Also, some cleanups.
-
Tom Rini authored
s/insl_unswapped/insl_ns/ inside #ifdef __powerpc__
-
Alan Cox authored
* add EISA 10/100 card id * properly align rx skbs
-
Alan Cox authored
-
Krzysztof Halasa authored
device and protocol attach/detach support. Overall, this is in preparation for update of HDLC API
-
Jeff Garzik authored
linux-wlan-ng sources and online sources
-
kafai0928@yahoo.com authored
MOD_{INC,DEC}_USE_COUNT, eliminating a small race
-
Jeff Garzik authored
(contributed by matthias@waechter.wiz.at)
-
Roger Luethi authored
compile-enabled nor compileable in ages.
-
Christoph Hellwig authored
(originally by Arjan, merged and re-merged by hch)
-
Russell King authored
it uses the following test to determine whether the timeout has expired: if (jiffies - dma_start > PCNET_RDC_TIMEOUT) { Unfortunately, PCNET_RDC_TIMEOUT is defined to be "0x02", so the length of the timeout is only two jiffy ticks, rather than being the expected 20ms. This patch fixes this. Also, the above (and one other place) should be converted to time_after().
-
Jeff Garzik authored
-
Jean Tourrilhes authored
rid of save_flags();cli();. I was pleasantly surprised that the driver was working fine on my SMP system with those obvious fixes. Tested on 2.5.32 SMP.
-
Jean Tourrilhes authored
- Set dev->trans_start to avoid filling the logs (and generating useless abort commands) - Avoid deadlocks in mmc_out()/mmc_in()
-
Jean Tourrilhes authored
- Set dev->trans_start to avoid filling the logs - Handle better spurious/bogus interrupt - Avoid deadlocks in mmc_out()/mmc_in()
-
Jean Tourrilhes authored
for the HostAP driver, with few cleanups and new unused definitions. The most contention change is that this version now requires user space to provide the buffer size when making a GET (to check buffer overrun), which will break very old version of Wireless Tools (v22 and earlier).
-
Jeff Garzik authored
that are used in natsemi net driver
-
Jeff Garzik authored
into mandrakesoft.com:/home/jgarzik/repo/net-drivers-2.5
-
Jens Axboe authored
Andrew found out that bounce end_io handling did not work for him, so I fixed the bug (not consistent checking of bi_size). I cleaned it up and moved the bi_size checking out of bounce_end_io() (the main worker) and into the individual bi_end_io() handlers instead. Please apply to make highmem bouncing work again.
-
http://suncobalt.bkbits.net/net-drivers-2.5Jeff Garzik authored
into mandrakesoft.com:/home/jgarzik/repo/net-drivers-2.5
-
http://linux-acpi.bkbits.net/linux-acpiLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Kai Germaschewski authored
Fix a typo which was introduced when updating st5481 for the USB API changes.
-
Kai Germaschewski authored
Sometimes bk still gets me... The previous changes won't work without the updated top-level Makefile ;)
-
Kai Germaschewski authored
As we have a standard O_TARGET ("built-in.o"), use a standard L_TARGET as well ("lib.a"), which is what was used in the majority cases already, anyway.
-
http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
http://gkernel.bkbits.net/misc-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Jeff Garzik authored
into mandrakesoft.com:/home/jgarzik/repo/misc-2.5
-
http://gkernel.bkbits.net/net-drivers-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
http://gkernel.bkbits.net/irda-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Jeff Garzik authored
into mandrakesoft.com:/home/jgarzik/repo/irda-2.5
-
Kai Germaschewski authored
It's shorter and more along the lines of the other "new-style" statements.
-
Jens Axboe authored
Switch nbd bio_endio() over to new semantics
-