epwdog_softc
CFATTACH_DECL_NEW(epwdog, sizeof(struct epwdog_softc),
static struct epwdog_softc *the_epwdog_sc = 0;
struct epwdog_softc *sc = device_private(self);
struct epwdog_softc *sc = the_epwdog_sc;