看板 DFBSD_commit 關於我們 聯絡資訊
commit cfa47be2c68f263beefed8602f21a4502ad4e426 Author: Alex Hornung <ahornung@gmail.com> Date: Mon Aug 17 18:37:53 2009 +0100 fd - Fix panic due to device_busy * Fix panic introduced by 7ba1363dc2de5d52704, caused by a too early call to device_busy, before the device is marked as attached. NOTE: This might have yet unknown repercussions on the use of floppies. Suggested-By: Matthew Dillon Summary of changes: sys/dev/disk/fd/fd.c | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cfa47be2c68f263beefed8602f21a4502ad4e426 -- DragonFly BSD source repository