HomeSort by: relevance | last modified time | path
    Searched refs:atac_probe (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/dev/pci/
pdcsata.c 306 sc->sc_wdcdev.sc_atac.atac_probe = wdc_sataprobe;
318 sc->sc_wdcdev.sc_atac.atac_probe = pdc203xx_combo_probe;
330 sc->sc_wdcdev.sc_atac.atac_probe = wdc_sataprobe;
342 sc->sc_wdcdev.sc_atac.atac_probe = pdc203xx_combo_probe;
356 sc->sc_wdcdev.sc_atac.atac_probe = wdc_drvprobe;
431 if (sc->sc_wdcdev.sc_atac.atac_probe == wdc_sataprobe ||
432 (sc->sc_wdcdev.sc_atac.atac_probe == pdc203xx_combo_probe
svwsata.c 152 sc->sc_wdcdev.sc_atac.atac_probe = wdc_sataprobe;
artsata.c 344 sc->sc_wdcdev.sc_atac.atac_probe = wdc_sataprobe;
satalink.c 498 sc->sc_wdcdev.sc_atac.atac_probe = sii3112_drv_probe;
737 sc->sc_wdcdev.sc_atac.atac_probe = sii3112_drv_probe;
viaide.c 1071 sc->sc_wdcdev.sc_atac.atac_probe = wdc_sataprobe;
  /src/sys/dev/ata/
atavar.h 502 void (*atac_probe)(struct ata_channel *); member in struct:atac_softc
ata.c 244 (*atac->atac_probe)(chp);
  /src/sys/dev/ic/
wdc.c 812 if (atac->atac_probe == NULL)
813 atac->atac_probe = wdc_drvprobe;
siisata.c 224 sc->sc_atac.atac_probe = siisata_probe_drive;
ahcisata_core.c 341 sc->sc_atac.atac_probe = ahci_probe_drive;
mvsata.c 346 sc->sc_wdcdev.sc_atac.atac_probe = mvsata_probe_drive;

Completed in 27 milliseconds