Commit e9a0617e authored by Pavel Janík's avatar Pavel Janík Committed by Jeff Garzik

Probe port 0x240 too, in eexpress net driver

parent 14ede310
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment