HomeSort by: relevance | last modified time | path
    Searched defs:ohare2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/macppc/macppc/
pic_ohare.c 77 int ohare, ohare2, is_gc = 0; local in function:init_ohare
95 ohare2 = OF_finddevice("/bandit/pci106b,7");
96 if (ohare2 == -1)
99 if (OF_getprop(ohare2, "assigned-addresses", reg, sizeof(reg)) < 20)
102 if (OF_getprop(ohare2, "AAPL,interrupts", &irq, sizeof(irq)) < 4)
106 aprint_normal("found ohare2 PIC at %08x, irq %d\n", obio_base, irq);
159 strcpy(pic->pic.pic_name, "ohare2");
pic_ohare.c 77 int ohare, ohare2, is_gc = 0; local in function:init_ohare
95 ohare2 = OF_finddevice("/bandit/pci106b,7");
96 if (ohare2 == -1)
99 if (OF_getprop(ohare2, "assigned-addresses", reg, sizeof(reg)) < 20)
102 if (OF_getprop(ohare2, "AAPL,interrupts", &irq, sizeof(irq)) < 4)
106 aprint_normal("found ohare2 PIC at %08x, irq %d\n", obio_base, irq);
159 strcpy(pic->pic.pic_name, "ohare2");

Completed in 21 milliseconds