ex_cardbus_softc
CFATTACH_DECL3_NEW(ex_cardbus, sizeof(struct ex_cardbus_softc),
void ex_cardbus_setup(struct ex_cardbus_softc *);
struct ex_cardbus_softc *csc = device_private(self);
struct ex_cardbus_softc *csc = (struct ex_cardbus_softc *)sc;
struct ex_cardbus_softc *csc = device_private(self);
struct ex_cardbus_softc *csc = (struct ex_cardbus_softc *)sc;
struct ex_cardbus_softc *csc = (struct ex_cardbus_softc *)sc;
ex_cardbus_setup(struct ex_cardbus_softc *csc)