Searched refs:res_port (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/pc98/cbus/
H A Dolpt.c140 struct resource *res_port; member in struct:lpt_softc
324 sc->res_port = isa_alloc_resourcev(dev, SYS_RES_IOPORT, &rid,
326 if (sc->res_port == NULL)
328 isa_load_resourcev(sc->res_port, lpt_iat, 4);
330 sc->sc_port = rman_get_start(sc->res_port);
346 sc->res_port);
352 sc->res_port);

Completed in 121 milliseconds