- 04 Apr, 2002 7 commits
-
-
Eli Kupermann authored
Adding proper print level qualifier to the printk calls.
-
Eli Kupermann authored
Adding missing pci write flush to the procedure e100_exec_cmd
-
Eli Kupermann authored
The patch separates max busy wait constants making in max of 100 usec for wait scb and max of 50 usec for wait cus idle. These constants found sufficient using heavy traffic tests.
-
Alan Cox authored
-
Andrew Morton authored
-
Arjan van de Ven authored
-
Dave Jones authored
z_{read,write}[bwl] routines from 2.4.x.
-
- 03 Apr, 2002 33 commits
-
-
Dave Jones authored
* make sure to stop chip before enabling interrupt via request_irq
-
Dave Jones authored
* use Zorro-specific z_{read,write}[bwl] routines * remove superfluous include
-
Dave Jones authored
-
Dave Jones authored
* add support for LSI 10/100 phy * other minor cleanups
-
Dave Jones authored
* Moved to 2.4.14, ppopov@mvista.com. Modified driver to add proper gt96100A support. * Moved eth port 0 to irq 3 (mapped to GT_SERINT0 on EV96100A) in order for both ports to work. Also cleaned up boot option support (mac address string parsing), fleshed out gt96100_cleanup_module(), and other general code cleanups <stevel@mvista.com>.
-
Dave Jones authored
- Improved MAC address discovery. - endian fixes
-
Dave Jones authored
Also... surprise! Andrew Morton's aic7xxx build fix is also included. Ah well, 1001 people probably applied the same patch by hand, and it's easy to merge, so oh well.
-
Dave Jones authored
-
Jeff Garzik authored
from wavelan_cs net driver.
-
Jeff Garzik authored
into mandrakesoft.com:/home/jgarzik/repo/net-drivers-2.5
-
Jeff Garzik authored
from struct net_device. (actually, for this driver, the functionality was simply moved to 8390.h)
-
Jeff Garzik authored
fix the build on ia32. Author: Dave Miller
-
Jeff Garzik authored
dev->rmem_{start,end} in skfp and smctr drivers.
-
bk://linuxusb.bkbits.net/linus-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Robert Love authored
This simple check was first suggested by Andrew Morton. Pretty basic - whines if a task exits with a nonzero preempt_count value. I put an identical check in the 2.4 preempt-kernel patch and - sure enough - it was found that XFS essentially disables preemption as it destroys data structures containing locks without first unlocking. The SGI folks are working on that. Anyhow, its a quick and clean solution to debugging potential problems. Patch is against 2.5.7, please apply. Robert Love
-
Dave Jones authored
Hopefully this is all of them..
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Greg Kroah-Hartman authored
Updated the CREDITS, Config.help, Config.in, and Makefile to be up to date with the last round of USB changes.
-
David Brownell authored
- An oopsable bug affecting unlink of interrupt transfers. Fix mirrors one done ages ago for ISO. (Original patch by Matt Hughes) - Better cleanup on init failure (Matthew Frederickson) - fixes the problem Stuart reported, where interrupt urbs couldn't be unlinked from their completion handlers, and it also makes OHCI return the correct status code for async unlink requests (-EINPROGRESS not zero).
-
Stuart Lynne authored
added safe_serial driver tweaks to the driver done by greg@kroah.com to get things to work on 2.5
-
Vojtech Pavlik authored
-
Romain Liévin authored
added tiusb driver some tweaks to the driver done by greg@kroah.com
-
Johannes Erdfelt authored
The patch ensures that uhci.c doesn't use urb->status after the completion callback if it doesn't need to.
-
Petko Manolov authored
fix the "small packet" problem and debug messages cleanup
-
Greg Kroah-Hartman authored
removed CONFIG_USB_HIDDEV #ifdefs in the driver.
-
http://gkernel.bkbits.net/net-drivers-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Dave Jones authored
-
Jeff Garzik authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Paul Gortmaker authored
one more step closer to killing off ether=
-