From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 14:17:25 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 446B31065674 for ; Thu, 28 Oct 2010 14:17:25 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 18C8C8FC15 for ; Thu, 28 Oct 2010 14:17:25 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SEHOkt057963 for ; Thu, 28 Oct 2010 14:17:24 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SEHOUK057962 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 14:17:24 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201010281417.o9SEHOUK057962@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Thu, 28 Oct 2010 14:17:06 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern init_main.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 14:17:25 -0000 jhb 2010-10-28 14:17:06 UTC FreeBSD src repository Modified files: sys/kern init_main.c Log: SVN rev 214449 on 2010-10-28 14:17:06Z by jhb Set bootverbose directly in mi_startup() rather than via a SYSINIT. This ensures 'bootverbose' is in a valid state for all SYSINITs. Reported by: avg MFC after: 1 week Revision Changes Path 1.317 +3 -9 src/sys/kern/init_main.c