/src/sys/arch/sandpoint/sandpoint/ |
com_eumb.c | 84 int comaddr, epicirq; local in function:com_eumb_attach 100 epicirq = (eaa->eumb_unit == 1) ? 25 : 24; 117 intr_establish_xname(epicirq + I8259_ICU, IST_LEVEL, IPL_SERIAL, 120 epicirq + I8259_ICU);
|
com_eumb.c | 84 int comaddr, epicirq; local in function:com_eumb_attach 100 epicirq = (eaa->eumb_unit == 1) ? 25 : 24; 117 intr_establish_xname(epicirq + I8259_ICU, IST_LEVEL, IPL_SERIAL, 120 epicirq + I8259_ICU);
|
satmgr.c | 211 int i, sataddr, epicirq; local in function:satmgr_attach 254 epicirq = (eaa->eumb_unit == 0) ? 24 : 25; 255 intr_establish_xname(epicirq + I8259_ICU, IST_LEVEL, IPL_SERIAL, 258 epicirq + I8259_ICU);
|
satmgr.c | 211 int i, sataddr, epicirq; local in function:satmgr_attach 254 epicirq = (eaa->eumb_unit == 0) ? 24 : 25; 255 intr_establish_xname(epicirq + I8259_ICU, IST_LEVEL, IPL_SERIAL, 258 epicirq + I8259_ICU);
|