Home
last modified time | relevance | path

Searched refs:WDC_CAPABILITY_PREATA (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/arch/landisk/dev/
H A Dwdc_obio.c129 sc->sc_wdcdev.cap |= WDC_CAPABILITY_DATA16 | WDC_CAPABILITY_PREATA; in wdc_obio_attach()
/openbsd/sys/dev/isa/
H A Dwdc_isa.c157 sc->sc_wdcdev.cap |= WDC_CAPABILITY_DATA16 | WDC_CAPABILITY_PREATA; in wdc_isa_attach()
/openbsd/sys/dev/ic/
H A Dwdcvar.h161 #define WDC_CAPABILITY_PREATA 0x0200 /* ctrl can be a pre-ata one */ macro
H A Dwdc.c698 (chp->wdc->cap & WDC_CAPABILITY_PREATA) != 0) in wdcprobe()