From 297c82c3675d63f428e1f3d7212e7ee6849e5d51 Mon Sep 17 00:00:00 2001 From: Ken Smith Date: Sat, 28 Aug 2004 19:54:50 +0000 Subject: Back out the MFC done as rev 1.127.2.1. It seems to fix the problem of mdconfig returning before the device's name appears in /dev but it seems to cause a worse problem. When booting the installation media (CD or boot floppies) the system hangs after the device probes, at the point it should be trying to mount a MD-based filesystem as its root filesystem. Backing out this patch solves that problem, allowing it to proceed to the sysinstall menu. Approved by: re (rwatson) --- sys/dev/md/md.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/md') diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c index 5059943cf46f..bc61930fb83d 100644 --- a/sys/dev/md/md.c +++ b/sys/dev/md/md.c @@ -735,7 +735,6 @@ mdinit(struct md_s *sc) sc->pp = pp; g_error_provider(pp, 0); g_topology_unlock(); - g_waitidle(); PICKUP_GIANT(); } -- cgit v1.3