osiop_softc
struct osiop_softc *sc = arg;
CFATTACH_DECL_NEW(osiop_jazzio, sizeof(struct osiop_softc),
struct osiop_softc *sc = device_private(self);
CFATTACH_DECL_NEW(osiop_sbdio, sizeof(struct osiop_softc),
struct osiop_softc *sc = device_private(self);
struct osiop_softc *sc = arg;
CFATTACH_DECL_NEW(osiop_gsc, sizeof(struct osiop_softc),
struct osiop_softc *sc = device_private(self);
struct osiop_softc *sc = arg;
osiop_checkintr(struct osiop_softc *sc, uint8_t istat, uint8_t dstat,
static void osiop_poll(struct osiop_softc *, struct osiop_acb *);
static void osiop_sched(struct osiop_softc *);
static void osiop_abort(struct osiop_softc *, const char *);
static void osiop_init(struct osiop_softc *);
static void osiop_reset(struct osiop_softc *);
static void osiop_resetbus(struct osiop_softc *);
static void osiop_start(struct osiop_softc *);
static int osiop_checkintr(struct osiop_softc *, uint8_t, uint8_t, uint8_t,
static void osiop_select(struct osiop_softc *);
static void osiop_update_xfer_mode(struct osiop_softc *, int);
static void scsi_period_to_osiop(struct osiop_softc *, int);
osiop_select(struct osiop_softc *sc)
osiop_intr(struct osiop_softc *sc)
void osiop_dump(struct osiop_softc *);
osiop_attach(struct osiop_softc *sc)
osiop_update_xfer_mode(struct osiop_softc *sc, int target)
scsi_period_to_osiop(struct osiop_softc *sc, int target)
struct osiop_softc *sc = acb->sc;
osiop_dump(struct osiop_softc *sc)
struct osiop_softc *sc;
osiop_poll(struct osiop_softc *sc, struct osiop_acb *acb)
osiop_sched(struct osiop_softc *sc)
struct osiop_softc *sc;
osiop_abort(struct osiop_softc *sc, const char *where)
osiop_init(struct osiop_softc *sc)
osiop_reset(struct osiop_softc *sc)
osiop_resetbus(struct osiop_softc *sc)
osiop_start(struct osiop_softc *sc)
struct osiop_softc *sc; /* points back to our adapter */
void osiop_attach(struct osiop_softc *);
void osiop_intr(struct osiop_softc *);
struct osiop_softc sc_osiop;