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

/freebsd-9.3-release/sys/dev/atkbdc/
H A Datkbdcreg.h223 int atkbdc_attach_unit(int unit, atkbdc_softc_t *sc, struct resource *port0,
H A Datkbdc_ebus.c229 error = atkbdc_attach_unit(unit, sc, sc->port0, sc->port1);
231 device_printf(dev, "atkbdc_attach_unit failed\n");
H A Datkbdc_isa.c232 error = atkbdc_attach_unit(unit, sc, sc->port0, sc->port1);
H A Datkbdc.c145 atkbdc_attach_unit(int unit, atkbdc_softc_t *sc, struct resource *port0, function

Completed in 72 milliseconds