Deleted Added
full compact
30c30
< * $Id: $
---
> * $Id: atkbdc.c,v 1.1 1999/01/09 02:44:50 yokota Exp $
119c119
< atkbdc_probe_unit(atkbdc_softc_t *sc, int unit, int port)
---
> atkbdc_probe_unit(int unit, int port)
120a121,128
> if (port <= 0)
> return ENXIO;
> return 0;
> }
>
> int
> atkbdc_attach_unit(int unit, atkbdc_softc_t *sc, int port)
> {