- 19 Sep, 2002 11 commits
-
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
http://gkernel.bkbits.net/net-drivers-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Jeff Garzik authored
into mandrakesoft.com:/home/jgarzik/repo/net-drivers-2.5
-
Jeff Garzik authored
when implementing ethtool media ioctls. No behavior should change with this patch (except the ethtool media ioctls now work, of course) Also, re-format comments to the right of the private struct to line up.
-
Jeff Garzik authored
to take 'struct net_device *' not 'long' as their first argument. This makes eepro100 compatible with the standard MII ethtool API, preparing it for that support. No functional changes should occur with this patch, if anything changes at all it is a bug. (and testing shows no changes...)
-
Jeff Garzik authored
(kill more e100 compiler warnings)
-
Jes Sorensen authored
* PCI write posting fixes, remove pa-specific code * support 2.5.x kernels (synchronize_irq, cli/sti cleanups)
-
David S. Miller authored
-
bk://ppc.bkbits.net/for-linus-ppcLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 21 Sep, 2002 3 commits
-
-
Paul Mackerras authored
-
Paul Mackerras authored
(no change in function).
-
Paul Mackerras authored
-
- 20 Sep, 2002 1 commit
-
-
Paul Mackerras authored
-
- 19 Sep, 2002 25 commits
-
-
Paul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-
David S. Miller authored
The partition code registers a generic device for disks which have a dev->driver non-NULL but whose dev->driver->remove points into outer space. So when reboot happens --> OOPS in drivers/base/power.c:device_shutdown() Ok, amusingly in my case dev->driver == &scsi_done(), hehe :-) Two cases of uninitialized memory spotted, here is the patch.
-
Linus Torvalds authored
-
Jeff Garzik authored
(suggested by Donald Becker)
-
Jeff Garzik authored
into mandrakesoft.com:/home/jgarzik/repo/net-drivers-2.5
-
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
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
Linus Torvalds authored
-
Jeff Garzik authored
* support bitmapped printk message levels * don't hand-code ethtool media support, use standard API/lib
-
bk://linuxusb.bkbits.net/pci_hp-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Greg Kroah-Hartman authored
proc_bus_pci_dir had to be exported for this to work properly.
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
Patch based on work done by Irene Zubarev <zubarev@us.ibm.com>
-
Greg Kroah-Hartman authored
-
Linus Torvalds authored
it might be actively running on another CPU, so we still need to do the synchronous wait.
-
Scott Murray authored
I've been working on a userspace daemon to go with my CompactPCI driver, and yesterday I discovered an oversight in pci_hp_change_slot_info - it doesn't call dnotify_parent, so dnotify based clients basically don't work against pcihpfs. The following patch (against 2.5 BK) reworks things to just update the mtime (since we're modifying the file after all), and then call dnotify_parent.
-
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
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-