Home
last modified time | relevance | path

Searched defs:bt_softc (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/disk/buslogic/
H A Dbtreg.h573 struct bt_softc { struct
574 device_t dev;
575 struct resource *port;
576 struct resource *irq;
577 struct resource *drq;
578 void *ih;
579 struct lock lock;
580 struct cam_sim *sim;
581 struct cam_path *path;
582 bt_mbox_out_t *cur_outbox;
[all …]