Searched defs:xmi_softc (Results 1 – 1 of 1) sorted by relevance
36 struct xmi_softc { struct37 device_t sc_dev;38 bus_space_tag_t sc_iot; /* Space tag for the XMI bus */39 bus_dma_tag_t sc_dmat;40 bus_addr_t sc_addr; /* Address base address for this bus */41 int sc_busnr; /* (Physical) number of this bus */42 int sc_lastiv; /* last available interrupt vector */43 int sc_intcpu;