9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: jmk@plan9.bell-labs.com
To: 9fans@cse.psu.edu
Subject: Re: [9fans] pci
Date: Sun, 20 Jun 2004 17:57:42 -0400	[thread overview]
Message-ID: <874e85cc6432eef5463751aed8ab000e@plan9.bell-labs.com> (raw)
In-Reply-To: <00a701c45709$931ba080$08fa7d50@SOMA>

	>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).


  reply	other threads:[~2004-06-20 21:57 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-19 20:19 boyd, rounin
2004-06-19 20:44 ` Russ Cox
2004-06-19 21:31   ` boyd, rounin
2004-06-20  2:28 ` Geoff Collyer
2004-06-20  2:39   ` boyd, rounin
2004-06-20  4:33   ` jmk
2004-06-20 20:05     ` boyd, rounin
2004-06-20 20:36       ` jmk
2004-06-20 21:00         ` boyd, rounin
2004-06-20 21:57           ` jmk [this message]
2004-06-20 22:32             ` boyd, rounin
2004-06-21  3:02               ` jmk
2004-06-21  3:08                 ` boyd, rounin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874e85cc6432eef5463751aed8ab000e@plan9.bell-labs.com \
    --to=jmk@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).