HomeSort by: relevance | last modified time | path
    Searched defs:ntwo_unit (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
hd64570.c 412 static u_int ntwo_unit = 0; local in function:sca_port_attach
422 ntwo_unit = device_unit(sc->sc_parent) * 2 + 0;
424 ntwo_unit = 0; /* XXX */
429 ntwo_unit = device_unit(sc->sc_parent) * 2 + 1;
431 ntwo_unit = 1; /* XXX */
441 snprintf(ifp->if_xname, sizeof(ifp->if_xname), "ntwo%d", ntwo_unit);

Completed in 12 milliseconds