- 14 Jan, 2004 17 commits
-
-
Jeff Garzik authored
Fixes build on some platforms.
-
Jeff Garzik authored
into redhat.com:/spare/repo/net-drivers-2.5
-
Jeff Garzik authored
into redhat.com:/spare/repo/net-drivers-2.5
-
bk://kernel.bkbits.net/jgarzik/net-drivers-2.5Jeff Garzik authored
into redhat.com:/spare/repo/net-drivers-2.5
-
Jeff Garzik authored
into redhat.com:/spare/repo/net-drivers-2.5
-
Jeff Garzik authored
into redhat.com:/spare/repo/net-drivers-2.5
-
Jeff Garzik authored
into redhat.com:/spare/repo/net-drivers-2.5
-
Jeff Garzik authored
into redhat.com:/spare/repo/net-drivers-2.5
-
Ben Collins authored
-
Ben Collins authored
-
Ben Collins authored
-
Ben Collins authored
-
Ben Collins authored
This was broken by the last commit for cdev stuff which removed the "int ret;" that these routines used.
-
Ben Collins authored
-
Ben Collins authored
Retire our char device dispatching logic. With the 2.6 cdev API we can register much smaller device number regions, so we use that instead.
-
Ben Collins authored
-
Ben Collins authored
-
- 12 Jan, 2004 2 commits
-
-
Andi Kleen authored
Uses the new module_params that nobody else uses now.
-
Linus Torvalds authored
to generate the duplicate area at 0x0000 and 0x100000. There's no downside to it, so allow it even though it's a tad strange.
-
- 10 Jan, 2004 21 commits
-
-
Alexander Viro authored
-
Alexander Viro authored
Also note the fact that we're calling functions that may block, while holding a local spinlock.
-
Jeff Garzik authored
Prefer a single memset_io() to buggy writel/writew/writeb loops. Bug found and fixed by IBM.
-
Andi Kleen authored
This driver doesn't seem to be 64bit clean judging from the warnings on x86-64. Mark it as !64BIT. -Andi
-
Simon Kelley authored
Below is a patch against 2.6.1-rc1 which has that fix and quite a few other components. viz: * Bumped version to 0.9 * Dmitry Torokhov's skb-leak and netif_carrier patches. * Added a couple of fields to /proc/driver/atmel * Fixed failure to call unregister_netdev in a couple of error-unwind paths. I think this fixes the unregister_netdevice: waiting for eth1 to become free. bugs, but I don't have definative proof. * Remove floating-point constants just in case the compiler doesn't. * Fixed bug in scanning. * Added firmware versioning, driver will search through different available versions of firmware 'till it finds an available one. * Changed firmware URL in configure help to a directory rather than a file, so I can release new named versions. * Added support for later releases of the firmware, which are WPA aware. Firmware verion is automatically detected, so users who upgrade their kernel but not their firmware won't have problems. The PCI support and possible WPA support will have to wait for another day.
-
Manfred Spraul authored
-
Jeff Garzik authored
into redhat.com:/spare/repo/netdev-2.6/misc
-
Jeff Garzik authored
-
Evan N. McNabb authored
-
Jeff Garzik authored
Revert skfp_probe patch... better patch coming.
-
Krzysztof Halasa authored
-
Stephen Hemminger authored
Remove old style mod inc/dec from this WAN driver.
-
Stephen Hemminger authored
Get rid of leftover MOD INC/DEC in this driver. Ref counting now done by network core. Jeff, please apply to net-drivers-2.5-exp
-
Javier Achirica authored
-
Manfred Spraul authored
-
Xose Vazquez Perez authored
-
Jeff Garzik authored
Minor stuff... remove unused constants, and mark non-experimental and non-broken in Kconfig.
-
Jeff Garzik authored
-
Stephen Hemminger authored
skfp_probe used to be called from Space.c but isn't any more. Therefore it no longer needs to be global. All the calls to insert_device() pass skfp_probe as a second arg, so just use it directly. Jeff, this also is janitor type stuff, so just put it in net-2.5-exp
-
Richard Procter authored
-
Richard Procter authored
-