Re: dmesg and ofctl -p output as instructed
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Dec 21, 2015 at 11:30:36AM +0000, Julian Coleman wrote: > I think that we could always call pa->pa_pc->spc_find_ino() in pci_intr_map(), > do the fully-specified check for psycho, and call OF_mapintr() in all cases. > However, I'm not sure how to handle the EBUS case. Perhaps we could add the > grandparent (PCI controller) node to ebus_softc, and then reference that in > ebus_find_ino()? Alternatively, add a spc_find_ino() to ebus_softc and call > that like we do in the PCI case? Ugh, this gets ugly - how about we go back to your original proposal? Martin