From mboxrd@z Thu Jan 1 00:00:00 1970 From: jmk@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] Re: ideal plan9 laptop MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20020130123736.9078A19992@mail.cse.psu.edu> Date: Wed, 30 Jan 2002 07:37:34 -0500 Topicbox-Message-UUID: 4936f72e-eaca-11e9-9e20-41e7f4b1d025 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