Re: PCI expansion card working?
KIYOHARA Takashi <[email protected]> Fri, 25 Jan 2008 02:08:16 +0900 (JST)
| Newsgroups | gmane.os.netbsd.ports.prep |
|---|---|
| Message-ID | <[email protected]> |
Hi! Tim, From: Tim Rightnour <[email protected]> Date: Tue, 22 Jan 2008 23:53:10 -0700 (MST) > On 23-Jan-2008 KIYOHARA Takashi wrote: > > Should I compulsorily make MEM/IO of this ppb enable? > > Thats the odd thing, it should have done so automatically because of > PCI_NETBSD_CONFIGURE. To debug that, you really need to flip the flag I > mentioned ysterday in pci/pciconf.c. pci_conf_debug I think it was. I believe I found this message with pci_conf_debug=1. PCI: bus 0, device 22, function 0: Found dev 0x3388 0x0021 -- really probing. Couldn't find PNP data for bus 0 devfunc 0xb0 PCI: bus 0, device 22, function 0: device is a bridge; not clearing enables PCI: bus 1, device 0, function 0: id=ffffffff: Vendor=ffff, Product=ffff PCI: bus 1, device 1, function 0: id=ffffffff: Vendor=ffff, Product=ffff PCI: bus 1, device 2, function 0: id=ffffffff: Vendor=ffff, Product=ffff PCI: bus 1, device 3, function 0: id=ffffffff: Vendor=ffff, Product=ffff PCI: bus 1, device 4, function 0: id=ffffffff: Vendor=ffff, Product=ffff PCI: bus 1, device 5, function 0: id=ffffffff: Vendor=ffff, Product=ffff PCI: bus 1, device 6, function 0: id=ffffffff: Vendor=ffff, Product=ffff PCI: bus 1, device 7, function 0: id=ffffffff: Vendor=ffff, Product=ffff ... snip ... PCI bus 1 - no devices I am seen not to be able to read the configuration space of the opposite of ppb(4) the cause in com console case. However can read configuration space in vga console case. I seem firmware is not support the multi function card. hmm... I giving up. X-< Thanks, -- kiyohara