[tulip-bug] Linksys PCM200 only works in promiscuous half-duplex mode

Donald Becker becker@scyld.com
Mon, 31 Jul 2000 03:13:44 -0400 (EDT)


On Mon, 31 Jul 2000, Hidvegi wrote:
> Subject: Re: [tulip-bug] Linksys PCM200 ....
...
> No driver match for device ab0313d1 at 4/0.

Ohhhh!!!
Those evil, evil people.
That's the real problem, they changed the PCI ID!
This explains why the tulip-diag program didn't find it either.

Please try adding the following lines in tulip.c around line 374.

	{ "ADMtek Centaur-P", { 0x09851317, 0xffffffff },
	  TULIP_IOTYPE, TULIP_SIZE1, COMET },
	{ "ADMtek Centaur-C", { 0x19851317, 0xffffffff },
	  TULIP_IOTYPE, TULIP_SIZE1, COMET },
+	{ "ADMtek Centaur-C (Linksys)", { 0xab0313d1, 0xffffffff },
+	  TULIP_IOTYPE, TULIP_SIZE1, COMET },
	{ "Compex RL100-TX", { 0x988111F6, 0xffffffff },
	  TULIP_IOTYPE, 128, COMPEX9881 },

Please send a report!  I need to know if this should go into the next driver
version.

Donald Becker				becker@scyld.com
Scyld Computing Corporation		http://www.scyld.com
410 Severn Ave. Suite 210		Beowulf Clusters / Linux Installations
Annapolis MD 21403