Home
last modified time | relevance | path

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

/freebsd/sys/dev/fdc/
H A Dfdc.c266 static driver_filter_t fdc_intr_fast; variable
696 fdc_intr_fast(void *arg) in fdc_intr_fast() function
1797 ((fdc->flags & FDC_NOFAST) ? NULL : fdc_intr_fast), in fdc_attach()