From owner-freebsd-current@FreeBSD.ORG Fri Sep 17 15:39:21 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 397321065670; Fri, 17 Sep 2010 15:39:21 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id F02908FC1F; Fri, 17 Sep 2010 15:39:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o8HFW5O7019215; Fri, 17 Sep 2010 09:32:05 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 17 Sep 2010 09:32:15 -0600 (MDT) Message-Id: <20100917.093215.390976035188294401.imp@bsdimp.com> To: jhb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <201009160828.35520.jhb@freebsd.org> References: <20100915063233.GE1036@pluto.vnode.local> <201009160828.35520.jhb@freebsd.org> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org, joel@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 15:39:21 -0000 In message: <201009160828.35520.jhb@freebsd.org> John Baldwin writes: : 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. [GIANT] is just public shaming of drivers anyway. It has worked to get them all the major ones locked. Well, except for atkbd and psm... I'd be happy to toss them behind a bootverbose :) Warner