dpt_softc
struct dpt_softc *sc;
CFATTACH_DECL_NEW(dpt_eisa, sizeof(struct dpt_softc),
dpt_hba_inquire(struct dpt_softc *sc, struct eata_inquiry_data **ei)
struct dpt_softc *sc;
dpt_ctlrinfo(struct dpt_softc *sc, struct dpt_eata_ctlrinfo *info)
dpt_sysinfo(struct dpt_softc *sc, struct dpt_sysinfo *info)
dpt_passthrough(struct dpt_softc *sc, struct eata_ucp *ucp, struct lwp *l)
static void dpt_ccb_abort(struct dpt_softc *, struct dpt_ccb *);
static void dpt_ccb_done(struct dpt_softc *, struct dpt_ccb *);
static int dpt_ccb_map(struct dpt_softc *, struct dpt_ccb *);
static int dpt_ccb_poll(struct dpt_softc *, struct dpt_ccb *);
static void dpt_ccb_unmap(struct dpt_softc *, struct dpt_ccb *);
static int dpt_cmd(struct dpt_softc *, struct dpt_ccb *, int, int);
static void dpt_ctlrinfo(struct dpt_softc *, struct dpt_eata_ctlrinfo *);
static void dpt_hba_inquire(struct dpt_softc *, struct eata_inquiry_data **);
static int dpt_passthrough(struct dpt_softc *, struct eata_ucp *,
static void dpt_sysinfo(struct dpt_softc *, struct dpt_sysinfo *);
static int dpt_wait(struct dpt_softc *, u_int8_t, u_int8_t, int);
static inline struct dpt_ccb *dpt_ccb_alloc(struct dpt_softc *);
static inline void dpt_ccb_free(struct dpt_softc *, struct dpt_ccb *);
dpt_ccb_alloc(struct dpt_softc *sc)
dpt_ccb_free(struct dpt_softc *sc, struct dpt_ccb *ccb)
struct dpt_softc *sc;
dpt_init(struct dpt_softc *sc, const char *intrstr)
dpt_readcfg(struct dpt_softc *sc)
struct dpt_softc *sc;
dpt_cmd(struct dpt_softc *sc, struct dpt_ccb *ccb, int eatacmd, int icmd)
dpt_wait(struct dpt_softc *sc, u_int8_t mask, u_int8_t state, int ms)
dpt_ccb_poll(struct dpt_softc *sc, struct dpt_ccb *ccb)
dpt_ccb_done(struct dpt_softc *sc, struct dpt_ccb *ccb)
dpt_ccb_abort(struct dpt_softc *sc, struct dpt_ccb *ccb)
dpt_ccb_map(struct dpt_softc *sc, struct dpt_ccb *ccb)
dpt_ccb_unmap(struct dpt_softc *sc, struct dpt_ccb *ccb)
struct dpt_softc *sc;
void dpt_init(struct dpt_softc *, const char *);
int dpt_readcfg(struct dpt_softc *);
struct dpt_softc *sc;
CFATTACH_DECL_NEW(dpt_isa, sizeof(struct dpt_softc),
CFATTACH_DECL_NEW(dpt_pci, sizeof(struct dpt_softc),
struct dpt_softc *sc;