Home
last modified time | relevance | path

Searched refs:FDC_NOFAST (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/fdc/
HDfdcvar.h47 #define FDC_NOFAST 0x80 /* Don't register isr as a fast one */ macro
HDfdc_pccard.c102 fdc->flags = FDC_NODMA | FDC_NOFAST; in fdc_pccard_attach()
HDfdc.c2019 ((fdc->flags & FDC_NOFAST) ? INTR_MPSAFE : 0),
2020 ((fdc->flags & FDC_NOFAST) ? NULL : fdc_intr_fast),
2021 ((fdc->flags & FDC_NOFAST) ? fdc_intr : NULL),