From owner-freebsd-arch@FreeBSD.ORG Mon Sep 22 15:44:31 2008 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94FD31065685; Mon, 22 Sep 2008 15:44:31 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 716518FC0C; Mon, 22 Sep 2008 15:44:31 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m8MFiVLN059135 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 22 Sep 2008 08:44:31 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <48D7BD5E.6060005@freebsd.org> Date: Mon, 22 Sep 2008 08:44:30 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: Rui Paulo References: <200809191437.28550.jhb@freebsd.org> <20080922111546.GB10240@alpha.local> In-Reply-To: <20080922111546.GB10240@alpha.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC--Metrics: ebb.errno.com; whitelist Cc: arch@freebsd.org Subject: Re: Trim interrupt messages in dmesg.. X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2008 15:44:31 -0000 Rui Paulo wrote: > On Fri, Sep 19, 2008 at 02:37:28PM -0400, John Baldwin wrote: > >> Personally, I find the MPSAFE/ITHREAD/FILTER messages a bit much in dmesg. >> I'd like to cut it back to just warning about GIANT-locked handlers. >> Thoughts? >> > > Go for it. As Sam pointed out, it would be nice to have this information > in devinfo, but don't let that stop you. > > Regards, > "nice" is NOT what I said. Until there's a way to find this information please do not remove the printfs. Sam