Searched defs:asc_vsbus_softc (Results 1 – 1 of 1) sorted by relevance
63 struct asc_vsbus_softc { struct64 struct ncr53c9x_softc sc_ncr53c9x; /* Must be first */65 struct evcnt sc_intrcnt; /* count interrupts */66 bus_space_tag_t sc_bst; /* bus space tag */67 bus_space_handle_t sc_bsh; /* bus space handle */68 bus_space_handle_t sc_dirh; /* scsi direction handle */69 bus_space_handle_t sc_adrh; /* scsi address handle */70 bus_space_handle_t sc_ncrh; /* ncr bus space handle */71 bus_dma_tag_t sc_dmat; /* bus DMA tag */72 bus_dmamap_t sc_dmamap;[all …]