Searched refs:macio (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/macppc/macppc/
H A Dinterrupts.c70 int pic, macio; local
72 macio = OF_finddevice("/pci/mac-io");
73 if (macio == -1)
74 macio = OF_finddevice("mac-io");
75 if (macio == -1)
76 macio = OF_finddevice("/ht/pci/mac-io");
77 if (macio == -1)
80 aprint_debug("macio: %08x\n", macio);
82 pic = OF_child(macio);
[all...]

Completed in 136 milliseconds