wdc_channel 67 dev/isa/wdc_isa.c struct channel_softc wdc_channel; wdc_channel 131 dev/isa/wdc_isa.c sc->wdc_channel.cmd_iot = ia->ia_iot; wdc_channel 132 dev/isa/wdc_isa.c sc->wdc_channel.ctl_iot = ia->ia_iot; wdc_channel 136 dev/isa/wdc_isa.c if (bus_space_map(sc->wdc_channel.cmd_iot, ia->ia_iobase, wdc_channel 137 dev/isa/wdc_isa.c WDC_ISA_REG_NPORTS, 0, &sc->wdc_channel.cmd_ioh) || wdc_channel 138 dev/isa/wdc_isa.c bus_space_map(sc->wdc_channel.ctl_iot, wdc_channel 140 dev/isa/wdc_isa.c 0, &sc->wdc_channel.ctl_ioh)) { wdc_channel 144 dev/isa/wdc_isa.c sc->wdc_channel.data32iot = sc->wdc_channel.cmd_iot; wdc_channel 145 dev/isa/wdc_isa.c sc->wdc_channel.data32ioh = sc->wdc_channel.cmd_ioh; wdc_channel 148 dev/isa/wdc_isa.c IPL_BIO, wdcintr, &sc->wdc_channel, sc->sc_wdcdev.sc_dev.dv_xname); wdc_channel 169 dev/isa/wdc_isa.c sc->wdc_chanptr = &sc->wdc_channel; wdc_channel 172 dev/isa/wdc_isa.c sc->wdc_channel.channel = 0; wdc_channel 173 dev/isa/wdc_isa.c sc->wdc_channel.wdc = &sc->sc_wdcdev; wdc_channel 174 dev/isa/wdc_isa.c sc->wdc_channel.ch_queue = malloc(sizeof(struct channel_queue), wdc_channel 176 dev/isa/wdc_isa.c if (sc->wdc_channel.ch_queue == NULL) { wdc_channel 181 dev/isa/wdc_isa.c wdcattach(&sc->wdc_channel); wdc_channel 182 dev/isa/wdc_isa.c wdc_print_current_modes(&sc->wdc_channel); wdc_channel 59 dev/isa/wdc_isapnp.c struct channel_softc wdc_channel; wdc_channel 105 dev/isa/wdc_isapnp.c sc->wdc_channel.cmd_iot = ipa->ia_iot; wdc_channel 106 dev/isa/wdc_isapnp.c sc->wdc_channel.ctl_iot = ipa->ia_iot; wdc_channel 114 dev/isa/wdc_isapnp.c sc->wdc_channel.cmd_ioh = ipa->ipa_io[0].h; wdc_channel 115 dev/isa/wdc_isapnp.c sc->wdc_channel.ctl_ioh = ipa->ipa_io[1].h; wdc_channel 117 dev/isa/wdc_isapnp.c sc->wdc_channel.cmd_ioh = ipa->ipa_io[1].h; wdc_channel 118 dev/isa/wdc_isapnp.c sc->wdc_channel.ctl_ioh = ipa->ipa_io[0].h; wdc_channel 120 dev/isa/wdc_isapnp.c sc->wdc_channel.data32iot = sc->wdc_channel.cmd_iot; wdc_channel 121 dev/isa/wdc_isapnp.c sc->wdc_channel.data32ioh = sc->wdc_channel.cmd_ioh; wdc_channel 125 dev/isa/wdc_isapnp.c ipa->ipa_irq[0].type, IPL_BIO, wdcintr, &sc->wdc_channel, wdc_channel 140 dev/isa/wdc_isapnp.c sc->wdc_chanptr = &sc->wdc_channel; wdc_channel 143 dev/isa/wdc_isapnp.c sc->wdc_channel.channel = 0; wdc_channel 144 dev/isa/wdc_isapnp.c sc->wdc_channel.wdc = &sc->sc_wdcdev; wdc_channel 145 dev/isa/wdc_isapnp.c sc->wdc_channel.ch_queue = malloc(sizeof(struct channel_queue), wdc_channel 147 dev/isa/wdc_isapnp.c if (sc->wdc_channel.ch_queue == NULL) { wdc_channel 153 dev/isa/wdc_isapnp.c wdcattach(&sc->wdc_channel); wdc_channel 154 dev/isa/wdc_isapnp.c wdc_print_current_modes(&sc->wdc_channel); wdc_channel 1285 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 1286 dev/pci/pciide.c struct channel_softc *wdc_cp = &cp->wdc_channel; wdc_channel 1324 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 1325 dev/pci/pciide.c struct channel_softc *wdc_cp = &cp->wdc_channel; wdc_channel 1466 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 1467 dev/pci/pciide.c int chan = cp->wdc_channel.channel; wdc_channel 1505 dev/pci/pciide.c return (wdcintr(&cp->wdc_channel)); wdc_channel 1519 dev/pci/pciide.c wdc_cp = &cp->wdc_channel; wdc_channel 1578 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 1582 dev/pci/pciide.c drvp = &cp->wdc_channel.ch_drive[drive]; wdc_channel 1593 dev/pci/pciide.c if (pciide_dma_table_setup(sc, cp->wdc_channel.channel, drive) wdc_channel 1828 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 1840 dev/pci/pciide.c sc->wdc_chanarray[channel] = &cp->wdc_channel; wdc_channel 1842 dev/pci/pciide.c cp->wdc_channel.channel = channel; wdc_channel 1843 dev/pci/pciide.c cp->wdc_channel.wdc = &sc->sc_wdcdev; wdc_channel 1844 dev/pci/pciide.c cp->wdc_channel.ch_queue = wdc_channel 1846 dev/pci/pciide.c if (cp->wdc_channel.ch_queue == NULL) { wdc_channel 1863 dev/pci/pciide.c struct channel_softc *wdc_cp = &cp->wdc_channel; wdc_channel 1885 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 1886 dev/pci/pciide.c struct channel_softc *wdc_cp = &cp->wdc_channel; wdc_channel 1906 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 1907 dev/pci/pciide.c struct channel_softc *wdc_cp = &cp->wdc_channel; wdc_channel 1930 dev/pci/pciide.c struct channel_softc *wdc_cp = &cp->wdc_channel; wdc_channel 1957 dev/pci/pciide.c wdc_print_current_modes(&cp->wdc_channel); wdc_channel 2020 dev/pci/pciide.c if (!wdcprobe(&cp->wdc_channel)) { wdc_channel 2035 dev/pci/pciide.c if (wdcprobe(&cp->wdc_channel)) wdc_channel 2046 dev/pci/pciide.c bus_space_unmap(cp->wdc_channel.cmd_iot, wdc_channel 2047 dev/pci/pciide.c cp->wdc_channel.cmd_ioh, cmdsize); wdc_channel 2049 dev/pci/pciide.c bus_space_unmap(cp->wdc_channel.ctl_iot, wdc_channel 2052 dev/pci/pciide.c bus_space_unmap(cp->wdc_channel.ctl_iot, wdc_channel 2053 dev/pci/pciide.c cp->wdc_channel.ctl_ioh, ctlsize); wdc_channel 2056 dev/pci/pciide.c cp->wdc_channel.data32iot = cp->wdc_channel.cmd_iot; wdc_channel 2057 dev/pci/pciide.c cp->wdc_channel.data32ioh = cp->wdc_channel.cmd_ioh; wdc_channel 2058 dev/pci/pciide.c wdcattach(&cp->wdc_channel); wdc_channel 2070 dev/pci/pciide.c drvp = &cp->wdc_channel.ch_drive[drive]; wdc_channel 2136 dev/pci/pciide.c sata_setup_channel(&cp->wdc_channel); wdc_channel 2147 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 2329 dev/pci/pciide.c sc->sc_wdcdev.set_modes(&cp->wdc_channel); wdc_channel 2442 dev/pci/pciide.c sc->sc_wdcdev.set_modes(&cp->wdc_channel); wdc_channel 2455 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 2456 dev/pci/pciide.c struct ata_drive_datas *drvp = cp->wdc_channel.ch_drive; wdc_channel 2563 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 2852 dev/pci/pciide.c amd756_setup_channel(&cp->wdc_channel); wdc_channel 2867 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 3116 dev/pci/pciide.c apollo_setup_channel(&sc->pciide_channels[channel].wdc_channel); wdc_channel 3134 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 3261 dev/pci/pciide.c sc->wdc_chanarray[channel] = &cp->wdc_channel; wdc_channel 3263 dev/pci/pciide.c cp->wdc_channel.channel = channel; wdc_channel 3264 dev/pci/pciide.c cp->wdc_channel.wdc = &sc->sc_wdcdev; wdc_channel 3279 dev/pci/pciide.c cp->wdc_channel.ch_queue = wdc_channel 3280 dev/pci/pciide.c sc->pciide_channels[0].wdc_channel.ch_queue; wdc_channel 3282 dev/pci/pciide.c cp->wdc_channel.ch_queue = wdc_channel 3285 dev/pci/pciide.c if (cp->wdc_channel.ch_queue == NULL) { wdc_channel 3335 dev/pci/pciide.c wdc_cp = &cp->wdc_channel; wdc_channel 3458 dev/pci/pciide.c cmd0643_9_setup_channel(&cp->wdc_channel); wdc_channel 3479 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 3572 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 3618 dev/pci/pciide.c cmd680_setup_channel(&cp->wdc_channel); wdc_channel 3642 dev/pci/pciide.c sc->wdc_chanarray[channel] = &cp->wdc_channel; wdc_channel 3644 dev/pci/pciide.c cp->wdc_channel.channel = channel; wdc_channel 3645 dev/pci/pciide.c cp->wdc_channel.wdc = &sc->sc_wdcdev; wdc_channel 3647 dev/pci/pciide.c cp->wdc_channel.ch_queue = wdc_channel 3649 dev/pci/pciide.c if (cp->wdc_channel.ch_queue == NULL) { wdc_channel 3683 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 3890 dev/pci/pciide.c sc->sc_wdcdev.set_modes(&cp->wdc_channel); wdc_channel 3901 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 3944 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 4182 dev/pci/pciide.c sc->sc_wdcdev.set_modes(&cp->wdc_channel); wdc_channel 4248 dev/pci/pciide.c sc->wdc_chanarray[channel] = &cp->wdc_channel; wdc_channel 4258 dev/pci/pciide.c cp->wdc_channel.channel = channel; wdc_channel 4259 dev/pci/pciide.c cp->wdc_channel.wdc = &sc->sc_wdcdev; wdc_channel 4260 dev/pci/pciide.c cp->wdc_channel.ch_queue = wdc_channel 4262 dev/pci/pciide.c if (cp->wdc_channel.ch_queue == NULL) { wdc_channel 4274 dev/pci/pciide.c struct channel_softc *wdc_cp = &cp->wdc_channel; wdc_channel 4275 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 4329 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 4344 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 4457 dev/pci/pciide.c sc->wdc_chanarray[0] = &cp->wdc_channel; wdc_channel 4459 dev/pci/pciide.c cp->wdc_channel.channel = 0; wdc_channel 4460 dev/pci/pciide.c cp->wdc_channel.wdc = &sc->sc_wdcdev; wdc_channel 4461 dev/pci/pciide.c cp->wdc_channel.ch_queue = wdc_channel 4463 dev/pci/pciide.c if (cp->wdc_channel.ch_queue == NULL) { wdc_channel 4480 dev/pci/pciide.c cp->wdc_channel.data32iot = cp->wdc_channel.cmd_iot; wdc_channel 4481 dev/pci/pciide.c cp->wdc_channel.data32ioh = cp->wdc_channel.cmd_ioh; wdc_channel 4485 dev/pci/pciide.c wdcattach(&cp->wdc_channel); wdc_channel 4498 dev/pci/pciide.c cy693_setup_channel(&cp->wdc_channel); wdc_channel 4511 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 4801 dev/pci/pciide.c sc->sc_wdcdev.set_modes(&cp->wdc_channel); wdc_channel 4814 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 4878 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 5036 dev/pci/pciide.c natsemi_setup_channel(&cp->wdc_channel); wdc_channel 5047 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 5109 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 5135 dev/pci/pciide.c wdc_cp = &cp->wdc_channel; wdc_channel 5221 dev/pci/pciide.c sc->sc_wdcdev.set_modes(&cp->wdc_channel); wdc_channel 5232 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 5404 dev/pci/pciide.c acer_setup_channel(&cp->wdc_channel); wdc_channel 5416 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 5519 dev/pci/pciide.c wdc_cp = &cp->wdc_channel; wdc_channel 5633 dev/pci/pciide.c cp->wdc_channel.data32iot = cp->wdc_channel.cmd_iot; wdc_channel 5634 dev/pci/pciide.c cp->wdc_channel.data32ioh = cp->wdc_channel.cmd_ioh; wdc_channel 5635 dev/pci/pciide.c wdcattach(&cp->wdc_channel); wdc_channel 5636 dev/pci/pciide.c hpt_setup_channel(&cp->wdc_channel); wdc_channel 5686 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 5802 dev/pci/pciide.c wdc_cp = &cp->wdc_channel; wdc_channel 5849 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 5863 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 6018 dev/pci/pciide.c pdc20268_setup_channel(&cp->wdc_channel); wdc_channel 6020 dev/pci/pciide.c pdc202xx_setup_channel(&cp->wdc_channel); wdc_channel 6038 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 6166 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 6219 dev/pci/pciide.c wdc_cp = &cp->wdc_channel; wdc_channel 6247 dev/pci/pciide.c wdc_cp = &cp->wdc_channel; wdc_channel 6476 dev/pci/pciide.c sc->wdc_chanarray[channel] = &cp->wdc_channel; wdc_channel 6480 dev/pci/pciide.c cp->wdc_channel.channel = channel; wdc_channel 6481 dev/pci/pciide.c cp->wdc_channel.wdc = &sc->sc_wdcdev; wdc_channel 6482 dev/pci/pciide.c cp->wdc_channel.ch_queue = wdc_channel 6484 dev/pci/pciide.c if (cp->wdc_channel.ch_queue == NULL) { wdc_channel 6490 dev/pci/pciide.c wdc_cp = &cp->wdc_channel; wdc_channel 6556 dev/pci/pciide.c pdc203xx_setup_channel(&cp->wdc_channel); wdc_channel 6601 dev/pci/pciide.c wdc_cp = &cp->wdc_channel; wdc_channel 6635 dev/pci/pciide.c wdc_cp = &cp->wdc_channel; wdc_channel 6653 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 6716 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 6734 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 6750 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 6770 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 6977 dev/pci/pciide.c opti_setup_channel(&cp->wdc_channel); wdc_channel 6986 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 7138 dev/pci/pciide.c serverworks_setup_channel(&cp->wdc_channel); wdc_channel 7151 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 7244 dev/pci/pciide.c wdc_cp = &cp->wdc_channel; wdc_channel 7335 dev/pci/pciide.c sata_setup_channel(&cp->wdc_channel); wdc_channel 7402 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 7403 dev/pci/pciide.c struct channel_softc *wdc_cp = &cp->wdc_channel; wdc_channel 7432 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 7655 dev/pci/pciide.c cp->wdc_channel.data32iot = cp->wdc_channel.cmd_iot; wdc_channel 7656 dev/pci/pciide.c cp->wdc_channel.data32ioh = cp->wdc_channel.cmd_ioh; wdc_channel 7657 dev/pci/pciide.c wdcattach(&cp->wdc_channel); wdc_channel 7658 dev/pci/pciide.c acard_setup_channel(&cp->wdc_channel); wdc_channel 7673 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 7834 dev/pci/pciide.c sc->sc_wdcdev.set_modes(&cp->wdc_channel); wdc_channel 7848 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 7944 dev/pci/pciide.c wdc_cp = &cp->wdc_channel; wdc_channel 8013 dev/pci/pciide.c sata_setup_channel(&cp->wdc_channel); wdc_channel 8072 dev/pci/pciide.c sc->sc_wdcdev.set_modes(&cp->wdc_channel); wdc_channel 8090 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 8229 dev/pci/pciide.c sc->sc_wdcdev.set_modes(&cp->wdc_channel); wdc_channel 8240 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 8381 dev/pci/pciide.c sc->sc_wdcdev.set_modes(&cp->wdc_channel); wdc_channel 8395 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc; wdc_channel 80 dev/pci/pciidevar.h struct channel_softc wdc_channel; /* generic part */ wdc_channel 76 dev/pcmcia/wdc_pcmcia.c struct channel_softc wdc_channel; wdc_channel 342 dev/pcmcia/wdc_pcmcia.c sc->wdc_channel.cmd_iot = sc->sc_pioh.iot; wdc_channel 343 dev/pcmcia/wdc_pcmcia.c sc->wdc_channel.cmd_ioh = sc->sc_pioh.ioh; wdc_channel 344 dev/pcmcia/wdc_pcmcia.c sc->wdc_channel.ctl_iot = sc->sc_auxpioh.iot; wdc_channel 345 dev/pcmcia/wdc_pcmcia.c sc->wdc_channel.ctl_ioh = sc->sc_auxpioh.ioh; wdc_channel 346 dev/pcmcia/wdc_pcmcia.c sc->wdc_channel.data32iot = sc->wdc_channel.cmd_iot; wdc_channel 347 dev/pcmcia/wdc_pcmcia.c sc->wdc_channel.data32ioh = sc->wdc_channel.cmd_ioh; wdc_channel 350 dev/pcmcia/wdc_pcmcia.c sc->wdc_chanptr = &sc->wdc_channel; wdc_channel 353 dev/pcmcia/wdc_pcmcia.c sc->wdc_channel.channel = 0; wdc_channel 354 dev/pcmcia/wdc_pcmcia.c sc->wdc_channel.wdc = &sc->sc_wdcdev; wdc_channel 355 dev/pcmcia/wdc_pcmcia.c sc->wdc_channel.ch_queue = malloc(sizeof(struct channel_queue), wdc_channel 357 dev/pcmcia/wdc_pcmcia.c if (sc->wdc_channel.ch_queue == NULL) { wdc_channel 376 dev/pcmcia/wdc_pcmcia.c &sc->wdc_channel, sc->sc_wdcdev.sc_dev.dv_xname); wdc_channel 385 dev/pcmcia/wdc_pcmcia.c wdcattach(&sc->wdc_channel); wdc_channel 386 dev/pcmcia/wdc_pcmcia.c wdc_print_current_modes(&sc->wdc_channel); wdc_channel 425 dev/pcmcia/wdc_pcmcia.c if ((error = wdcdetach(&sc->wdc_channel, flags)) != 0) wdc_channel 428 dev/pcmcia/wdc_pcmcia.c if (sc->wdc_channel.ch_queue != NULL) wdc_channel 429 dev/pcmcia/wdc_pcmcia.c free(sc->wdc_channel.ch_queue, M_DEVBUF); wdc_channel 461 dev/pcmcia/wdc_pcmcia.c wdcintr, &sc->wdc_channel, sc->sc_wdcdev.sc_dev.dv_xname); wdc_channel 471 dev/pcmcia/wdc_pcmcia.c wdcreset(&sc->wdc_channel, VERBOSE); wdc_channel 502 dev/pcmcia/wdc_pcmcia.c wdcintr, &sc->wdc_channel, sc->sc_dev.dv_xname); wdc_channel 511 dev/pcmcia/wdc_pcmcia.c wdcreset(&sc->wdc_channel, VERBOSE);