aed_softc
struct aed_softc *sc = device_private(self);
struct aed_softc *sc = (struct aed_softc *)kstate;
struct aed_softc *sc;
static struct aed_softc *aed_sc;
CFATTACH_DECL_NEW(aed, sizeof(struct aed_softc),
struct aed_softc *sc = device_private(self);
struct aed_softc *sc = (struct aed_softc *)kstate;
static struct aed_softc *aed_sc = NULL;
CFATTACH_DECL_NEW(aed, sizeof(struct aed_softc),