]> git.hungrycats.org Git - linux/commitdiff
Probe port 0x240 too, in eexpress net driver
authorPavel Janík <pavel@janik.cz>
Mon, 26 Aug 2002 10:36:41 +0000 (06:36 -0400)
committerJeff Garzik <jgarzik@mandrakesoft.com>
Mon, 26 Aug 2002 10:36:41 +0000 (06:36 -0400)
drivers/net/eexpress.c

index 79fc150fc780a8044e0f155415c7a0141635c24d..a6f9251591d8e9738294fa7106808f35fb966f6f 100644 (file)
@@ -340,7 +340,7 @@ static inline unsigned short int SHADOW(short int addr)
 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);