Re: dmesg and ofctl -p output as instructed
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Dec 20, 2015 at 09:04:30AM +0000, Julian Coleman wrote: > At the moment, we call the controller-specific *_pci_intr_map() after we > call OF_mapintr(). I'm not sure if we can reverse the order, which I think > that we'd need to do to move the test to psycho-specific code. Sorry, stupid names all alike. It seems the best place for the hack would be pci_intr_map - right before we call OF_mapintr, but I'm not sure if we could easily "plug" the psycho specific code there. Martin