freebsd-skq/sys/dev/fdc
joerg eba049f8c4 Protect fdc->flags within the worker thread, too.
Use kthread_exit() instead of falling through the end of the worker
thread's main function.  Since kthread_exit() wakeup(9)s everyone
sleeping on the thread handle, drop the superfluous wakeup() call.
2004-09-24 20:28:00 +00:00
..
fdc_acpi.c The long dead hand of the past has pushed forward useless bits in this 2004-09-17 18:50:38 +00:00
fdc_isa.c das@ has a ACPI bios that lists 0x3f0-0x3f1, 0x3f2-0x3f3, 0x3f4-0x3f5 2004-09-20 06:12:19 +00:00
fdc_pccard.c Checkpoint the fdc resource changes: 2004-09-14 07:06:49 +00:00
fdc.c Protect fdc->flags within the worker thread, too. 2004-09-24 20:28:00 +00:00
fdcvar.h Implement terminating the worker thread when the driver is about to 2004-09-23 21:12:21 +00:00