From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <48f6e4966cbbc342261ccf397139b5a2@plan9.bell-labs.com> From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] linksys etherfast 10/100 (lne100tx) v5 driver MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 3 May 2002 11:38:19 -0400 Topicbox-Message-UUID: 877f98f6-eaca-11e9-9e20-41e7f4b1d025 > I'd appreciate if somebody takes a trouble and enlightens me on this: > which driver should the card in question be using? > I've tried both "pc2t" and "2114x" to no avail. (even tried "pcmpc100") > The chip is marked "linksys", not "pnic" or anything else. > Linux is driving it via the tulip.o driver, if that matters. This is a card with PCI device id 1317/0985. The Linux driver calls it a Comet. It looks like it's close enough to what our 2114x supports that it could be made to work with only a little hassle, but it's far enough away that it's not just a matter of adding the device id to the driver list. Sorry. Russ