Lines Matching refs:sc_dev
145 sc->sc_dev.dv_xname, sc->sc_drq8)); in sbmatch()
151 sc->sc_dev.dv_xname, sc->sc_drq8)); in sbmatch()
169 sc->sc_dev.dv_xname, sc->sc_drq16)); in sbmatch()
178 sc->sc_dev.dv_xname, sc->sc_irq)); in sbmatch()
184 sc->sc_dev.dv_xname, sc->sc_irq)); in sbmatch()
192 DPRINTF(("%s: old drq conf %02x\n", sc->sc_dev.dv_xname, in sbmatch()
194 DPRINTF(("%s: try drq conf %02x\n", sc->sc_dev.dv_xname, in sbmatch()
201 DPRINTF(("%s: setting drq mask %02x failed, got %02x\n", sc->sc_dev.dv_xname, w, r)); in sbmatch()
205 DPRINTF(("%s: new drq conf %02x\n", sc->sc_dev.dv_xname, in sbmatch()
210 DPRINTF(("%s: old irq conf %02x\n", sc->sc_dev.dv_xname, in sbmatch()
212 DPRINTF(("%s: try irq conf %02x\n", sc->sc_dev.dv_xname, in sbmatch()
220 sc->sc_dev.dv_xname, w, r)); in sbmatch()
224 DPRINTF(("%s: new irq conf %02x\n", sc->sc_dev.dv_xname, in sbmatch()
243 sbdsp_intr, sc, sc->sc_dev.dv_xname); in sbattach()
256 midi_attach_mi(mhw, sc, &sc->sc_dev); in sbattach()
259 audio_attach_mi(&sb_hw_if, sc, NULL, &sc->sc_dev); in sbattach()
264 (void)config_found(&sc->sc_dev, &arg, audioprint); in sbattach()