- 17 Aug, 2003 27 commits
-
-
Linus Torvalds authored
-
-
http://gkernel.bkbits.net/ethtool-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Jeff Garzik authored
into redhat.com:/garz/repo/ethtool-2.6
-
bk://bk.arm.linux.org.uk/linux-2.5-pcmciaLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Christoph Hellwig authored
update the previously missed atmel_cs driver and kill the struct member.
-
bk://kernel.bkbits.net/jgarzik/net-drivers-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Jeff Garzik authored
The RX buffers themselves still need to be converted. The three places that need fixing are marked with #warning.
-
Ion Badulescu authored
-
bk://linux.bkbits.net/linux-2.5Doug Ledford authored
into compaq.xsintricity.com:/home/dledford/bk/linux-2.5-wo-timeval
-
Doug Ledford authored
programs to select whether they use statistical time accounting or accurate timestamp based accounting.
-
Doug Ledford authored
-
Jeff Garzik authored
Also, two trivial code changes: * add unlikely() to assert() definition * fix MODULE_AUTHOR email address brackets
-
Jeff Garzik authored
-
Jeff Garzik authored
-
Stephen Hemminger authored
Either we need to mark this driver (and the parts that use them) as BROKEN, or at least get it building again. With this it builds, but of course, I don't have the real hardware.
-
Randy Dunlap authored
-
Javier Achirica authored
-
Javier Achirica authored
-
Jeff Garzik authored
in probe phase.
-
Jeff Garzik authored
* com20020_close expects two arguments (and actually uses the second argument), but the arcnet layer only passes one arg. Fun ensues. * Remove __devinit markers, this is a library module. * Move request_region up in com20020_found, to make the call occur before the first I/O access in the function.
-
Jeff Garzik authored
-
Jeff Garzik authored
Affected drivers: atmel_cs, olympic, 3c359
-
Richard Henderson authored
-
Albert Cahalan authored
This is Erik Andersen's excellent strncpy. It works like magic. That "if" isn't a jump; gcc uses a few integer instructions to wipe out all jumps except for the loop itself and the function call/return. This has been exhaustively tested against glibc. The existing code has 5 extra branches and is over twice as large. (my gcc, etc.)
-
Dave Olien authored
This fixes a problem that's been hidden for a while. DAC960_open() will try to dereference a NULL pointer if an application opens (for example) /dev/rd/c0d12 when there has never been a logical device created for that file.
-
Andrea Arcangeli authored
-
- 16 Aug, 2003 13 commits
-
-
Christoph Hellwig authored
The scsi ones are already gone in jejb's tree, I'll post a patch to kill the struct fields once the scsi tree and this patch end up merged in mainline.
-
Linus Torvalds authored
typechecking in gcc-3.3.1.
-
bk://bk.arm.linux.org.uk/linux-2.5-pcmciaLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Adam Belay authored
This removes three remaining instances of device.name. 1.) the isapnp driver 2.) the protocol management code 3.) the pnp serial driver A name field has been introduced to pnp_dev and pnp_card to store human readable names reported by pnp.
-
bk://kernel.bkbits.net/davem/offset_in_page-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/sparc-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://linux-dj.bkbits.net/cpufreqLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Dave Jones authored
into tetrachloride.(none):/mnt/raid/src/kernel/2.5/trees/cpufreq
-
Dave Jones authored
From John Clemens
-
Benjamin Herrenschmidt authored
A recent patch from James had incorrect PCI IDs for a few Radeon chips (the Radeon M9 chips Ld,Le,Lf and Lg, he used the IDs of the Id,Ie,If and Ig instead). This fixes that and group the properly by family (those got a bit shuffled around lately).
-
Benjamin Herrenschmidt authored
This fixes the build of PowerMac driver core with the removal of struct device "name" field.
-
Benjamin Herrenschmidt authored
This fixes build of ide-scsi after removal of struct device.name
-