9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Boyd Roberts <boyd@strakt.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Re: ideal plan9 laptop
Date: Wed, 30 Jan 2002 15:49:17 +0100	[thread overview]
Message-ID: <3C5807ED.5F79B274@strakt.com> (raw)
In-Reply-To: <20020130123736.9078A19992@mail.cse.psu.edu>

jmk@plan9.bell-labs.com wrote:
>
> 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:

I don't have this code in my driver(s), but I do have a 9load (on a floppy
that will recognise the card:

    ether0: i82557: port 0xFCC0 irq 9: 0800460EB796

Also my 9load in (/n/9fat) has the 'a' [append] bit on.  This must be a bug.

>         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;
>                         }
>                         ...


  reply	other threads:[~2002-01-30 14:49 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-30 12:37 jmk
2002-01-30 14:49 ` Boyd Roberts [this message]
  -- 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=3C5807ED.5F79B274@strakt.com \
    --to=boyd@strakt.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).