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] Re: ideal plan9 laptop
Date: Wed, 30 Jan 2002 07:37:34 -0500	[thread overview]
Message-ID: <20020130123736.9078A19992@mail.cse.psu.edu> (raw)

Although they function the same, Intel have recently started giving new
PCI Device IDs to the 82557s connected to (or embedded in) their 'hub'
chipsets. You may have to alter the detection code in the driver (and 9load)
to recognise them:

	i82557pci(void)
	{
		int port;
		Pcidev *p;
		Ctlr *ctlr;

		p = nil;
		while(p = pcimatch(p, 0x8086, 0)){
			switch(p->did){
			default:
				continue;
			case 0x1209:		/* Intel 82559ER */
			case 0x1229:		/* Intel 8255[789] */
			case 0x1031:		/* Intel 82562EM */
			case 0x2449:		/* Intel 82562ET */
				break;
			}
			...

On Wed Jan 30 06:35:34 EST 2002, boyd@strakt.com wrote:
> > Sony products should be avoided ...
>
> Hmm, I hope this is just an id string thing, but it doesn't
> find my on board:
>
>     i8255x PCI 10/100Base-T
>     PCI Bus 0 ctrl 11 func 0
>     IRQ 9
>     Mem FECFF000-FECFFFFF
>         FCCO-FCFF
>         FED0000-FEDFFFFF


             reply	other threads:[~2002-01-30 12:37 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-30 12:37 jmk [this message]
2002-01-30 14:49 ` Boyd Roberts
  -- strict thread matches above, loose matches on Subject: below --
2002-01-31 15:52 Russ Cox
2002-01-31 16:15 ` Boyd Roberts
2002-01-31 14:14 Russ Cox
2002-01-31 14:20 ` Boyd Roberts
2002-01-31 15:48 ` Boyd Roberts
2002-01-30 17:50 Russ Cox
2002-01-30 16:31 forsyth
2002-01-30 16:46 ` Matt H
2002-01-31 11:13 ` Boyd Roberts
2002-01-25 15:22 [9fans] " Boyd Roberts
2002-01-25 22:19 ` [9fans] " Jim Choate
2002-01-28 11:13   ` Thomas Bushnell, BSG
2002-01-28 13:18     ` Jim Choate
2002-01-30  6:24       ` Thomas Bushnell, BSG
2002-01-30 11:34         ` Boyd Roberts
2002-01-25 15:18 [9fans] " andrey mirtchovski
2002-01-25 22:18 ` [9fans] " Jim Choate
2002-01-28 11:13   ` ozan s yigit
2002-01-28 12:46     ` Matt H

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=20020130123736.9078A19992@mail.cse.psu.edu \
    --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).