Searched defs:hpibbus_softc (Results 1 – 1 of 1) sorted by relevance
194 struct hpibbus_softc { struct195 device_t sc_dev; /* generic device glue */196 struct hpib_controller *sc_ops; /* controller ops vector */197 volatile int sc_flags; /* misc flags */198 struct dmaqueue *sc_dq;200 int sc_ba;201 int sc_type;202 char *sc_addr;203 int sc_count;204 int sc_curcnt;