uha_softc
struct uha_softc *sc = (void *)self;
u24_find(bus_space_tag_t iot, bus_space_handle_t ioh, struct uha_softc *sc)
u24_start_mbox(struct uha_softc *sc, struct uha_mscp *mscp)
u24_poll(struct uha_softc *sc, struct scsi_xfer *xs, int count)
struct uha_softc *sc = arg;
u24_init(struct uha_softc *sc)
sizeof(struct uha_softc), uha_eisa_match, uha_eisa_attach
int u24_find(bus_space_tag_t, bus_space_handle_t, struct uha_softc *);
void u24_start_mbox(struct uha_softc *, struct uha_mscp *);
int u24_poll(struct uha_softc *, struct scsi_xfer *, int);
void u24_init(struct uha_softc *);
uha_attach(struct uha_softc *sc)
uha_reset_mscp(struct uha_softc *sc, struct uha_mscp *mscp)
struct uha_softc *sc = xsc;
struct uha_softc *sc = xsc;
uha_mscp_phys_kv(struct uha_softc *sc, u_long mscp_phys)
uha_done(struct uha_softc *sc, struct uha_mscp *mscp)
struct uha_softc *sc = sc_link->bus->sb_adapter_softc;
struct uha_softc *sc = sc_link->bus->sb_adapter_softc;
void uha_reset_mscp(struct uha_softc *, struct uha_mscp *);
void (*start_mbox)(struct uha_softc *, struct uha_mscp *);
int (*poll)(struct uha_softc *, struct scsi_xfer *, int);
void (*init)(struct uha_softc *);
void uha_attach(struct uha_softc *);
struct uha_mscp *uha_mscp_phys_kv(struct uha_softc *, u_long);
void uha_done(struct uha_softc *, struct uha_mscp *);
struct uha_softc *sc = (void *)self;
u14_find(bus_space_tag_t iot, bus_space_handle_t ioh, struct uha_softc *sc)
u14_start_mbox(struct uha_softc *sc, struct uha_mscp *mscp)
u14_poll(struct uha_softc *sc, struct scsi_xfer *xs, int count)
struct uha_softc *sc = arg;
u14_init(struct uha_softc *sc)
sizeof(struct uha_softc), uha_isa_probe, uha_isa_attach
int u14_find(bus_space_tag_t, bus_space_handle_t, struct uha_softc *);
void u14_start_mbox(struct uha_softc *, struct uha_mscp *);
int u14_poll(struct uha_softc *, struct scsi_xfer *, int);
void u14_init(struct uha_softc *);
struct uha_softc sc;