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

  /src/sys/dev/isa/
sb.c 116 static const u_char irq_conf[11] = { local in function:sbmatch
180 if (sc->sc_irq >= __arraycount(irq_conf)) {
223 irq_conf[sc->sc_irq]);
225 w = irq_conf[sc->sc_irq];
sb.c 116 static const u_char irq_conf[11] = { local in function:sbmatch
180 if (sc->sc_irq >= __arraycount(irq_conf)) {
223 irq_conf[sc->sc_irq]);
225 w = irq_conf[sc->sc_irq];

Completed in 51 milliseconds