Searched defs:uba_softc (Results 1 – 1 of 1) sorted by relevance
66 struct uba_softc { struct72 int (*uh_errchk)(struct uba_softc *); argument73 void (*uh_beforescan)(struct uba_softc *); argument74 void (*uh_afterscan)(struct uba_softc *); argument75 void (*uh_ubainit)(struct uba_softc *); argument76 void (*uh_ubapurge)(struct uba_softc *, int); argument77 short uh_nr; /* Unibus sequential number */78 short uh_type; /* Type of bus */79 bus_space_tag_t uh_iot; /* Tag for this Unibus */80 bus_space_handle_t uh_ioh; /* Handle for I/O space */[all …]