tulip driver

Petr Vandrovec (vandrove@vc.cvut.cz)
Mon, 27 Sep 1999 16:48:29 +0200


Hi Alan,
I do not know, what DEC documentation says, but tulip driver
is much happier in my box after applying this to 2.3.18-ac9.
My DEC based networking card says that it is PCI ID
1011:0019, revision 30; subsystem 1113:1207. It has
I/O region 128 bytes, MMIO region 128 bytes and ROM region
256KB. But nothing TULIP_SIZEB (4096 bytes) sized...
I hope that it helps to other too.
Best regards,
Petr Vandrovec
vandrove@vc.cvut.cz

diff -urdN linux/drivers/net/tulip.c linux/drivers/net/tulip.c
--- linux/drivers/net/tulip.c Mon Sep 27 14:30:23 1999
+++ linux/drivers/net/tulip.c Mon Sep 27 14:35:51 1999
@@ -289,7 +289,7 @@
{ "Digital DS21140 Tulip", { 0x00091011, 0xffffffff },
TULIP_IOTYPE, TULIP_SIZEL, DC21140 },
{ "Digital DS21143 Tulip", { 0x00191011, 0xffffffff },
- TULIP_IOTYPE, TULIP_SIZEB, DC21142 },
+ TULIP_IOTYPE, TULIP_SIZEL, DC21142 },
{ "Lite-On 82c168 PNIC", { 0x000211AD, 0xffffffff },
TULIP_IOTYPE, 256, LC82C168 },
{ "Macronix 98713 PMAC", { 0x051210d9, 0xffffffff },

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/