- 28 Jul, 2004 16 commits
-
-
Jeff Garzik authored
into pobox.com:/spare/repo/netdev-2.6/ALL
-
David Gibson authored
Update copyright messages, module meta-information, banner comments and the MAINTAINERS file to better reflect the current authorship/maintainership status. In particular puts Pavel Roskin as the most prominently displayed maintainer, since he has done nearly all non-trivial work on the driver for a year or more. Signed-off-by:
David Gibson <hermes@gibson.dropbear.id.au> Index: working-2.6/drivers/net/wireless/hermes.c ===================================================================
-
David Gibson authored
Update various constants and structures in orinoco header files. The updates generally represent either newer hardware/firmware features, or corrections to what we know about hardware/firmware functions. Signed-off-by:
David Gibson <hermes@gibson.dropbear.id.au> Index: working-2.6/drivers/net/wireless/hermes.h ===================================================================
-
David Gibson authored
In line with normal kernel conventions, don't create typedefs for structures. Signed-off-by:
David Gibson <hermes@gibson.dropbear.id.au> Index: working-2.6/drivers/net/wireless/hermes.c ===================================================================
-
David Gibson authored
Remove some unnecessary #includes. Signed-off-by:
David Gibson <hermes@gibson.dropbear.id.au> Index: working-2.6/drivers/net/wireless/orinoco_pci.c ===================================================================
-
David Gibson authored
Use some macros defining driver names and version to reduce the number of places that need to be changed when the version changes. Also use these to make it easier to keep printk() messages with a consistent prefix. Signed-off-by:
David Gibson <hermes@gibson.dropbear.id.au> Index: working-2.6/drivers/net/wireless/orinoco.c ===================================================================
-
David Gibson authored
Random trivial cleanups that don't belong with anything else: - Use ETH_DATA_LEN instead of hard-coded constant - Remove a duplicated constant in an | expression Signed-off-by:
David Gibson <hermes@gibson.dropbear.id> Index: working-2.6/drivers/net/wireless/orinoco.c ===================================================================
-
David Gibson authored
Make various functions and variables static which always should have been, but weren't. Signed-off-by:
David Gibson <hermes@gibson.dropbear.id.au> Index: working-2.6/drivers/net/wireless/orinoco_tmd.c ===================================================================
-
David Gibson authored
Use BUG_ON() macro instead of explicit if(x) BUG() in various places. Signed-off-by:
David Gibson <hermes@gibson.dropbear.id.au> Index: working-2.6/drivers/net/wireless/orinoco.c ===================================================================
-
David Gibson authored
Various trivial cleanups to the orinoco driver: whitespace changes, spelling/capitalization errors corrected, some fairly insignificant comments added, removed or reformatted. Signed-off-by:
David Gibson <hermes@gibson.dropbear.id.au> Index: working-2.6/drivers/net/wireless/orinoco.c ===================================================================
-
David Gibson authored
Anti-spam obfuscate most email addresses in the orinoco driver files. Yes, this is closing gate long after the sheep have run, but I guess it can't hurt. Signed-off-by:
David Gibson <hermes@gibson.dropbear.id.au> Index: working-2.6/drivers/net/wireless/orinoco.c ===================================================================
-
David Gibson authored
Use the built in ARRAY_SIZE macro, instead of hard coding it ourselves. Signed-off-by:
David Gibson <hermes@gibson.dropbear.id.au> Index: working-2.6/drivers/net/wireless/orinoco.c ===================================================================
-
David Gibson authored
Use the kernel's ALIGN macro instead of our own dodgy version for rounding things up to an even number. Signed-off-by:
David Gibson <hermes@gibson.dropbear.id.au> Index: working-2.6/drivers/net/wireless/orinoco.c ===================================================================
-
David Gibson authored
Use the netdev_priv() macro instead of directly accessing dev->priv. Signed-off-by:
David Gibson <hermes@gibson.dropbear.id.au> Index: working-2.6/drivers/net/wireless/orinoco.c ===================================================================
-
David Gibson authored
Rearrange functions in the orinoco driver in a more logical order. This patch is large and looks complicated, but in fact only moves code around (within or between files) without changing it. The only exceptions are some extra comments describing the file's layout, and updated prototypes for the new function order. This makes the order of functions match the 0.15rc1 version, so later patches have a fighting chance of being meaningful. Signed-off-by:
David Gibson <hermes@gibson.dropbear.id.au> Index: working-2.6/drivers/net/wireless/orinoco.c ===================================================================
-
David Gibson authored
Remove various bits of code in the orinoco driver for backwards compatibility with older kernels: old versions of the wireless extensions, lack of MODULE_LICENSE, older PCMCIA interfaces. Signed-off-by:
David Gibson <hermes@gibson.dropbear.id.au> Index: working-2.6/drivers/net/wireless/orinoco.c ===================================================================
-
- 27 Jul, 2004 24 commits
-
-
Andi Kleen authored
This fixes several small but serious x86-64 bugs in 2.6.8rc2: - Fix array overflow in PCI bus checking (Travis Betak) - Fix broken pci_map_sg in swiotlb (Suresh B. Siddha) - Remove bogus bus check in IOMMU code Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
Jeff Garzik authored
into pobox.com:/spare/repo/netdev-2.6/ALL
-
Jeff Garzik authored
into pobox.com:/spare/repo/netdev-2.6/ALL
-
Adrian Bunk authored
On Wed, Jul 14, 2004 at 10:29:18PM +0200, Dominik Karall wrote: > On Wednesday 14 July 2004 03:25, Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.8-rc1/2.6 > >.8-rc1-mm1/ > > CC [M] drivers/net/8139too.o > drivers/net/8139too.c: In function `rtl8139_open': > drivers/net/8139too.c:616: nicht implementiert: >>inline<< beim Aufruf von > >>rtl8139_start_thread<< gescheitert: function body not available > drivers/net/8139too.c:1362: nicht implementiert: von hier aufgerufen > make[3]: *** [drivers/net/8139too.o] Fehler 1 > make[2]: *** [drivers/net] Fehler 2 > make[1]: *** [drivers] Fehler 2 > make[1]: Verlasse Verzeichnis »/usr/src/linux-2.6.6« > make: *** [stamp-build] Fehler 2 > > gcc 3.4 I should be fast at going through my gcc 3.4 TODO list... Fix below. > greets > dominik cu Adrian <-- snip --> uninline rtl8139_start_thread in drivers/net/8139too.c . Signed-off-by:
Adrian Bunk <bunk@fs.tum.de>
-
Maximilian Attems authored
Patches to remove some old ifdefs, 2.2 comptability. then remove unused #include <linux/version.h> applies cleanly to 2.6.8-rc2 From: Domen Puncer <domen@coderock.org> Signed-off-by:
Maximilian Attems <janitor@sternwelten.at>
-
Stephen Hemminger authored
Get rid of all the places the acenic driver could print "eth%d" because the device hasn't been registered yet. Use the method of having a name pointer in the private device structure that changes from pci_name() to dev->name. There was already a field named 'name[]' in the private data structure, but it was set and never used! Use netdev_priv(dev) rather than dev->priv as well. Signed-off-by:
Stephen Hemminger <shemminger@osdl.org>
-
Stephen Hemminger authored
Convert acenic driver to use module_param instead of the older MODULE_PARM macro. Someday, Rusty wants to get rid of MODULE_PARM. Signed-off-by:
Stephen Hemminger <shemminger@osdl.org>
-
Jeff Garzik authored
into pobox.com:/spare/repo/netdev-2.6/ALL
-
Jeff Garzik authored
into pobox.com:/spare/repo/netdev-2.6/ALL
-
Jeff Garzik authored
into pobox.com:/spare/repo/netdev-2.6/ALL
-
Jeff Garzik authored
into pobox.com:/spare/repo/netdev-2.6/ALL
-
Jeff Garzik authored
into pobox.com:/spare/repo/netdev-2.6/ALL
-
Jeff Garzik authored
-
Jeff Garzik authored
into pobox.com:/spare/repo/netdev-2.6/ALL
-
Jeff Garzik authored
into pobox.com:/spare/repo/netdev-2.6/ALL
-
Jeff Garzik authored
into pobox.com:/spare/repo/netdev-2.6/ALL
-
Jeff Garzik authored
into pobox.com:/spare/repo/netdev-2.6/ALL
-
Jeff Garzik authored
into pobox.com:/spare/repo/netdev-2.6/ALL
-
Jeff Garzik authored
into pobox.com:/spare/repo/netdev-2.6/via-rhine
-
Jeff Garzik authored
into pobox.com:/spare/repo/netdev-2.6/velocity
-
Jeff Garzik authored
into pobox.com:/spare/repo/netdev-2.6/skge
-
Jeff Garzik authored
into pobox.com:/spare/repo/netdev-2.6/8390
-
Paul Gortmaker authored
The 8390 drivers had provision for using a single Tx buffer, which was educational back in the day when it served as an example driver, but it really hasn't been used and can go away which will make future maintenance easier.
-
Jeff Garzik authored
into pobox.com:/spare/repo/netdev-2.6/r8169
-