From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Subject: Re: [9fans] Virtual PC 6 PCI device probe failure From: jmk@plan9.bell-labs.com To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Wed, 25 Jun 2003 16:41:03 -0400 Topicbox-Message-UUID: dc441c44-eacb-11e9-9e20-41e7f4b1d025 On Wednesday, June 25 16:33:28 EDT 2003, Lyndon Nerenberg wrote: >On Wednesday, June 25, 2003, at 02:10 PM, David Presotto wrote: > >> more to do with lack of neurons/time on our part. > >Okay, I'll dig out my PCI spec's and get to work ... > >--lyndon That won't help if the emulated hardware doesn't emulate the registers needed to access the PCI config space. The best best is to hack the ether driver to assume a device is there if given a port, irq, etc. in the plan9.ini instead of looking for the devices in the PCI space, i.e. make the driver look like an ISA device driver.