From owner-cvs-src@FreeBSD.ORG Mon Mar 22 17:58:41 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 9D33316A4DD for ; Mon, 22 Mar 2004 17:58:41 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 5328043D54 for ; Mon, 22 Mar 2004 17:58:41 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 57634 invoked by uid 1002); 23 Mar 2004 01:58:38 -0000 Received: from unknown (HELO ?10.4.1.17?) (64.58.1.252) by smtp.mho.net with SMTP; 23 Mar 2004 01:58:38 -0000 Date: Mon, 22 Mar 2004 19:03:01 -0700 (MST) From: Scott Long X-X-Sender: scottl@pooker.samsco.home To: David O'Brien In-Reply-To: <20040322234844.GA44071@dragon.nuxi.com> Message-ID: <20040322190111.O30715@pooker.samsco.home> References: <200403222236.i2MMaBNJ082291@repoman.freebsd.org> <20040322234844.GA44071@dragon.nuxi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Pawel Jakub Dawidek cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern subr_bus.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: Tue, 23 Mar 2004 01:58:41 -0000 On Mon, 22 Mar 2004, David O'Brien wrote: > On Tue, Mar 23, 2004 at 12:38:40AM +0100, Pawel Jakub Dawidek wrote: > > There was short discussion about how this should be noted, and I'm not > > sure this is the best method. It can confuse people, because it looks like > > something is wrong or is not safe to use on MP systems at all. > > Fair enough. Any ideas of what string to use? > I'd just put the MPSAFE|FAST messages (under whatever polarity) under bootverbose. Scott