From owner-freebsd-current@FreeBSD.ORG Fri Sep 17 16:08:13 2010 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BF3D1065670 for ; Fri, 17 Sep 2010 16:08:13 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id C69218FC0C for ; Fri, 17 Sep 2010 16:08:12 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id TAA24508; Fri, 17 Sep 2010 19:08:06 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <4C939265.20507@icyb.net.ua> Date: Fri, 17 Sep 2010 19:08:05 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.9) Gecko/20100909 Lightning/1.0b2 Thunderbird/3.1.3 MIME-Version: 1.0 To: "M. Warner Losh" References: <20100915063233.GE1036@pluto.vnode.local> <201009160828.35520.jhb@freebsd.org> <20100917055953.GF1036@pluto.vnode.local> <20100917.093613.490009667275365136.imp@bsdimp.com> In-Reply-To: <20100917.093613.490009667275365136.imp@bsdimp.com> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org Subject: Re: Multiple hpet messages during boot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2010 16:08:13 -0000 on 17/09/2010 18:36 M. Warner Losh said the following: > > so is there support for the following: Aye. > Index: subr_bus.c > =================================================================== > --- subr_bus.c (revision 212791) > +++ subr_bus.c (working copy) > @@ -3996,9 +3996,11 @@ > arg, cookiep); > if (error != 0) > return (error); > + if (bootverbose == 0) > + return (0); > if (handler != NULL && !(flags & INTR_MPSAFE)) > device_printf(dev, "[GIANT-LOCKED]\n"); > - if (bootverbose && (flags & INTR_MPSAFE)) > + if (flags & INTR_MPSAFE) > device_printf(dev, "[MPSAFE]\n"); > if (filter != NULL) { > if (handler == NULL) -- Andriy Gapon