Home
last modified time | relevance | path

Searched refs:sc_skipslot (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/powerpc/powermac/
H A Duninorthpci.c168 if (resource_int_value(name, unit, "skipslot", &sc->sc_skipslot) != 0) in uninorth_attach()
169 sc->sc_skipslot = -1; in uninorth_attach()
242 if (sc->sc_skipslot == slot) in uninorth_enable_config()
H A Duninorthvar.h40 int sc_skipslot; member