- 19 Sep, 2002 5 commits
-
-
Jeff Garzik authored
* default to PIO (fixes bugs in some chips), but add CONFIG_xxx option for MMIO * proper support for variable MTU sizes * add missing unregister_netdev in an error path (with a kudos to Jason Lunz for merging most of this)
-
Jeff Garzik authored
-
Jeff Garzik authored
* support bitmapped printk message levels * don't hand-code ethtool media support, use standard API/lib
-
Jeff Garzik authored
- Remove mii_preamble_required module parameter (Donald Becker) - Add per-interface mii_preamble_required (setting is autodetected) (Donald Becker) - Remove unnecessary cast from void pointer - Re-align comments in private struct
-
Jeff Garzik authored
- Remove unused/constant members from struct pci_id_info (which then allows removal of 'drv_flags' from private struct) - If no phy is found, fail to load that board - Always start phy id scan at id 1 to avoid problems (Donald Becker) - Autodetect where mii_preable_required is needed, default to not needed. (Donald Becker)
-
- 18 Sep, 2002 35 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
-
http://linux-isdn.bkbits.net/linux-2.5.makeLinus 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://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
-
Kai Germaschewski authored
It's gone almost everywhere else already, and will eventually make for a nicer top-level Makefile.
-