Searched hist:fc9f8bcf4f25461d922731c3e114fbc76b45600e (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/fdc/ |
H A D | fdc.c | diff fc9f8bcf4f25461d922731c3e114fbc76b45600e Fri Jan 11 12:53:04 CET 2008 Konstantin Belousov <kib@FreeBSD.org> Fix unload of the fdc.ko:
Wakeup the thread doing the fdc_detach() when the fdc worker thread exits [1]. Write access to the write-protected floppy shall call device_unbusy() to pair the device_busy() in the fd_access() [2].
PR: 116537 [1], 116539 [2] MFC after: 1 week diff fc9f8bcf4f25461d922731c3e114fbc76b45600e Fri Jan 11 12:53:04 CET 2008 Konstantin Belousov <kib@FreeBSD.org> Fix unload of the fdc.ko:
Wakeup the thread doing the fdc_detach() when the fdc worker thread exits [1]. Write access to the write-protected floppy shall call device_unbusy() to pair the device_busy() in the fd_access() [2].
PR: 116537 [1], 116539 [2] MFC after: 1 week
|