看板 DFBSD_commit 關於我們 聯絡資訊
commit 1c0fe2ad042353c419ebe87bfcd7266612b25597 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sun Aug 9 20:25:57 2009 -0700 DEVFS - Make synchronization prior to mountroot more robust * A single disk_config() + devfs_config() isn't enough, call them twice. (tested with TWA driver which seems to trigger the problem). Not exactly sure why one pass doesn't do the job but I think pending devfs commands might trigger additional disk probe operations. Summary of changes: sys/kern/vfs_conf.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1c0fe2ad042353c419ebe87bfcd7266612b25597 -- DragonFly BSD source repository