Home
last modified time | relevance | path

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

/freebsd/sys/dev/fdc/
H A Dfdcvar.h46 #define FDC_NOFAST 0x80 /* Don't register isr as a fast one */ macro
H A Dfdc.c1796 ((fdc->flags & FDC_NOFAST) ? INTR_MPSAFE : 0), in fdc_attach()
1797 ((fdc->flags & FDC_NOFAST) ? NULL : fdc_intr_fast), in fdc_attach()
1798 ((fdc->flags & FDC_NOFAST) ? fdc_intr : NULL), in fdc_attach()