From owner-freebsd-current@FreeBSD.ORG Fri Sep 17 06:00:10 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 24C001065672 for ; Fri, 17 Sep 2010 06:00:10 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from mail.vnode.se (mail.vnode.se [62.119.52.80]) by mx1.freebsd.org (Postfix) with ESMTP id 780948FC0C for ; Fri, 17 Sep 2010 06:00:01 +0000 (UTC) Received: from mail.vnode.se (localhost [127.0.0.1]) by mail.vnode.se (Postfix) with ESMTP id 5BFBEE3F07A; Fri, 17 Sep 2010 07:59:59 +0200 (CEST) X-Virus-Scanned: amavisd-new at vnode.se Received: from mail.vnode.se ([127.0.0.1]) by mail.vnode.se (mail.vnode.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DjgYETSl58GK; Fri, 17 Sep 2010 07:59:56 +0200 (CEST) Received: from pluto.vnode.local (unknown [83.223.1.131]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.vnode.se (Postfix) with ESMTPSA id 9D6CCE3F079; Fri, 17 Sep 2010 07:59:55 +0200 (CEST) Date: Fri, 17 Sep 2010 07:59:53 +0200 From: Joel Dahl To: John Baldwin Message-ID: <20100917055953.GF1036@pluto.vnode.local> References: <20100915063233.GE1036@pluto.vnode.local> <201009160828.35520.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201009160828.35520.jhb@freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) 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 06:00:10 -0000 On 16-09-2010 8:28, John Baldwin wrote: > On Wednesday, September 15, 2010 2:32:33 am Joel Dahl wrote: > > I noticed this during boot (HEAD from yesterday): > > > > hpet0: [FILTER] > > hpet0: [FILTER] > > hpet0: [FILTER] > > hpet0: [FILTER] > > hpet0: [FILTER] > > hpet0: [FILTER] > > hpet0: [FILTER] > > hpet0: [FILTER] > > > > Is it really necessary to print this 8 times? > > I'd actually like to remove the interrupt messages that say '[FILTER]' or > '[GIANT]', etc. I think in general they only add clutter. Definitely agreed. Go for it. -- Joel