From owner-cvs-src@FreeBSD.ORG Sat Aug 28 19:54:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE3E316A4CE; Sat, 28 Aug 2004 19:54:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE5AD43D39; Sat, 28 Aug 2004 19:54:50 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SJsoY5018659; Sat, 28 Aug 2004 19:54:50 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SJsojG018658; Sat, 28 Aug 2004 19:54:50 GMT (envelope-from kensmith) Message-Id: <200408281954.i7SJsojG018658@repoman.freebsd.org> From: Ken Smith Date: Sat, 28 Aug 2004 19:54:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/md md.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Aug 2004 19:54:51 -0000 kensmith 2004-08-28 19:54:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/md md.c Log: 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) Revision Changes Path 1.127.2.2 +0 -1 src/sys/dev/md/md.c