From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrey mirtchovski To: <9fans@cse.psu.edu> Cc: <9trouble@plan9.bell-labs.com>, Subject: Re: [9fans] linksys etherfast 10/100 (lne100tx) v5 driver In-Reply-To: Message-ID: <20020429131608.M563-100000@fbsd.acl.lanl.gov> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Mon, 29 Apr 2002 13:26:18 -0600 Topicbox-Message-UUID: 80d1391a-eaca-11e9-9e20-41e7f4b1d025 if it's a linksys card maybe this would help (note that it's not entirely documented in plan9.ini(8)): make sure the type is 'EC2T' (instead of pc2t). if you're sure the card is pcmpc100 then you may want to write in plan9.ini a line resembling: ether0=type=EC2T iochecksum id=PCMPC100 the iochecksum is there because PCMPC100 and PCM100 store their EA in IO space (according to the driver). hope that helps at least a bit (of course with the pci info russ cox asked you for will help more if that doesn't) andrey > 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.