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

  /src/sys/arch/sparc64/dev/
psycho.c 308 int psycho_br[2], n, i; local in function:psycho_attach
474 psycho_get_bus_range(sc->sc_node, psycho_br);
476 pba.pba_bus = psycho_br[0];
480 if (psycho_br[0] == 0 && psycho_br[1] == 0xff)
481 psycho_fixup_bus_range(sc->sc_node, psycho_br);
483 aprint_normal("bus range %u to %u", psycho_br[0], psycho_br[1]);
484 aprint_normal("; PCI bus %d", psycho_br[0]);
497 pp->pp_pc->spc_busmax = psycho_br[1]
    [all...]

Completed in 10 milliseconds