cvs commit: src/sys/dev/fdc fdc.c
Konstantin Belousov
kib at FreeBSD.org
Fri Jan 18 01:39:36 PST 2008
kib 2008-01-18 09:39:35 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/dev/fdc fdc.c
Log:
MFC rev. 1.319, 1.320:
Fix unload of the fdc.ko:
Wakeup the thread doing the fdc_detach() when the fdc worker thread exits.
Write access to the write-protected floppy shall call device_unbusy() to
pair the device_busy() in the fd_access().
Revision Changes Path
1.317.2.1 +8 -2 src/sys/dev/fdc/fdc.c
More information about the cvs-src
mailing list