snapper.c | 673 int cirq, oirq, iirq, /*cirq_type,*/ oirq_type, iirq_type, soundbus; local in function:snapper_attach 738 cirq = intr[0]; 745 /* intr_establish(cirq, cirq_type, IPL_AUDIO, snapper_intr, sc); */ 755 aprint_normal(": irq %d,%d,%d\n", cirq, oirq, iirq);
|