siisoftc
static void sii_Reset(struct siisoftc *sc, int resetbus);
static void sii_StartCmd(struct siisoftc *sc, int target);
static void sii_CmdDone(struct siisoftc *sc, int target, int error);
static void sii_DoIntr(struct siisoftc *sc, u_int dstat);
static void sii_StateChg(struct siisoftc *sc, u_int cstat);
sii_StateChg(struct siisoftc *sc, u_int cstat)
siiattach(struct siisoftc *sc)
sii_CmdDone(struct siisoftc *sc, int target, int error)
struct siisoftc *sc;
struct siisoftc *sc = xxxsc;
sii_Reset(struct siisoftc* sc, int reset)
sii_StartCmd(struct siisoftc *sc, int target)
sii_DoIntr(struct siisoftc *sc, u_int dstat)
CFATTACH_DECL_NEW(sii_ds, sizeof(struct siisoftc),
struct siisoftc *sc = device_private(self);
void siiattach(struct siisoftc *);