diff options
Diffstat (limited to 'drivers/net/lne390.c')
-rw-r--r-- | drivers/net/lne390.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/lne390.c b/drivers/net/lne390.c index 646e89fc3562..5795ee116205 100644 --- a/drivers/net/lne390.c +++ b/drivers/net/lne390.c | |||
@@ -188,7 +188,7 @@ static int __init lne390_probe1(struct net_device *dev, int ioaddr) | |||
188 | } | 188 | } |
189 | 189 | ||
190 | revision = (eisa_id >> 24) & 0x01; /* 0 = rev A, 1 rev B */ | 190 | revision = (eisa_id >> 24) & 0x01; /* 0 = rev A, 1 rev B */ |
191 | 191 | ||
192 | #if 0 | 192 | #if 0 |
193 | /* Check the Mylex vendor ID as well. Not really required. */ | 193 | /* Check the Mylex vendor ID as well. Not really required. */ |
194 | if (inb(ioaddr + LNE390_SA_PROM + 0) != LNE390_ADDR0 | 194 | if (inb(ioaddr + LNE390_SA_PROM + 0) != LNE390_ADDR0 |
@@ -341,7 +341,7 @@ lne390_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_ | |||
341 | hdr->count = (hdr->count + 3) & ~3; /* Round up allocation. */ | 341 | hdr->count = (hdr->count + 3) & ~3; /* Round up allocation. */ |
342 | } | 342 | } |
343 | 343 | ||
344 | /* | 344 | /* |
345 | * Block input and output are easy on shared memory ethercards, the only | 345 | * Block input and output are easy on shared memory ethercards, the only |
346 | * complication is when the ring buffer wraps. The count will already | 346 | * complication is when the ring buffer wraps. The count will already |
347 | * be rounded up to a doubleword value via lne390_get_8390_hdr() above. | 347 | * be rounded up to a doubleword value via lne390_get_8390_hdr() above. |
@@ -406,7 +406,7 @@ MODULE_PARM_DESC(mem, "memory base address(es)"); | |||
406 | MODULE_DESCRIPTION("Mylex LNE390A/B EISA Ethernet driver"); | 406 | MODULE_DESCRIPTION("Mylex LNE390A/B EISA Ethernet driver"); |
407 | MODULE_LICENSE("GPL"); | 407 | MODULE_LICENSE("GPL"); |
408 | 408 | ||
409 | int init_module(void) | 409 | int __init init_module(void) |
410 | { | 410 | { |
411 | struct net_device *dev; | 411 | struct net_device *dev; |
412 | int this_dev, found = 0; | 412 | int this_dev, found = 0; |