epinit
epinit(ifp);
epinit(&sc->sc_ethercom.ec_if);
int epinit(struct ifnet *);
(void)epinit(ifp);
ifp->if_init = epinit;