Searched defs:pnpbios_softc (Results 1 – 1 of 1) sorted by relevance
90 struct pnpbios_softc { struct91 device_t sc_dev;92 isa_chipset_tag_t sc_ic;93 lwp_t *sc_evthread;94 int sc_version;95 int sc_control;97 uint8_t * sc_evaddr;98 int sc_threadrun;99 int sc_docked;199 struct pnpbios_softc *pnpbios_softc; variable