From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <874e85cc6432eef5463751aed8ab000e@plan9.bell-labs.com> Date: Sun, 20 Jun 2004 17:57:42 -0400 From: jmk@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] pci In-Reply-To: <00a701c45709$931ba080$08fa7d50@SOMA> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: a823f838-eacd-11e9-9e20-41e7f4b1d025 >32.0.0: 02.00.00 13d1/ab02 9 0:00000401 256 1:04001000 1024 According to the list I have, that is V 13D1 Abocom Systems Inc D AB02 Ethernet Controller A search seems to indicate it is a Digital 2114x of some kind, I think an AMDtek. Try this in ether2114x.c: after CentaurP = (0x0985<<16)|0x1317, add ADMtek = (0xAB02<<16)|0x13D1, and then wherever you see CentaurP in the code (I count 4 places) make it apply to ADMtek too (i.e. CentaurP and ADMtek are the same variant of the 2114x).