* [PATCH] Intel EtherExpress 16 can use 0x240 too
@ 2002-08-06 21:40 Pavel Janík
0 siblings, 0 replies; only message in thread
From: Pavel Janík @ 2002-08-06 21:40 UTC (permalink / raw)
To: linux-kernel
Hi,
please apply this patch. It helped my customer to reuse those old cards (we
have about 500 pcs of it in various client systems).
diff -urN linux.orig/drivers/net/eexpress.c linux/drivers/net/eexpress.c
--- linux.orig/drivers/net/eexpress.c Tue Aug 6 23:23:27 2002
+++ linux/drivers/net/eexpress.c Tue Aug 6 23:24:19 2002
@@ -341,7 +341,7 @@
int __init express_probe(struct net_device *dev)
{
unsigned short *port;
- static unsigned short ports[] = { 0x300,0x310,0x270,0x320,0x340,0 };
+ static unsigned short ports[] = { 0x240,0x300,0x310,0x270,0x320,0x340,0 };
unsigned short ioaddr = dev->base_addr;
SET_MODULE_OWNER(dev);
--
Pavel Janík
640 K ought be enough.
-- Bill Gates, 1984
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-08-06 23:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-06 21:40 [PATCH] Intel EtherExpress 16 can use 0x240 too Pavel Janík
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.