Date: Fri, 17 Sep 2010 19:08:05 +0300 From: Andriy Gapon <avg@icyb.net.ua> To: "M. Warner Losh" <imp@bsdimp.com> Cc: freebsd-current@FreeBSD.org Subject: Re: Multiple hpet messages during boot Message-ID: <4C939265.20507@icyb.net.ua> In-Reply-To: <20100917.093613.490009667275365136.imp@bsdimp.com> References: <20100915063233.GE1036@pluto.vnode.local> <201009160828.35520.jhb@freebsd.org> <20100917055953.GF1036@pluto.vnode.local> <20100917.093613.490009667275365136.imp@bsdimp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C939265.20507>
