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
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to