From owner-freebsd-arch@FreeBSD.ORG Sat Sep 20 13:45:58 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 25FA91065679 for ; Sat, 20 Sep 2008 13:45:58 +0000 (UTC) (envelope-from piso@southcross.wired.org) Received: from mail.oltrelinux.com (krisma.oltrelinux.com [194.242.226.43]) by mx1.freebsd.org (Postfix) with ESMTP id 8FD358FC1A for ; Sat, 20 Sep 2008 13:45:56 +0000 (UTC) (envelope-from piso@southcross.wired.org) Received: from southcross.wired.org (unknown [94.36.140.190]) by mail.oltrelinux.com (Postfix) with SMTP id AD39411AE86 for ; Sat, 20 Sep 2008 15:19:14 +0200 (CEST) Received: (qmail 53915 invoked by uid 1001); 20 Sep 2008 15:21:54 +0200 Date: Sat, 20 Sep 2008 15:21:54 +0200 From: Paolo Pisati To: Rink Springer Message-ID: <20080920132154.GA53882@tin.it> References: <200809191437.28550.jhb@freebsd.org> <20080920082949.GX81522@hoeg.nl> <20080920092034.GC49919@rink.nu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080920092034.GC49919@rink.nu> User-Agent: Mutt/1.5.17 (2007-11-01) X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at krisma.oltrelinux.com Cc: Ed Schouten , 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: Sat, 20 Sep 2008 13:45:58 -0000 On Sat, Sep 20, 2008 at 11:20:34AM +0200, Rink Springer wrote: > > I'd prefer just to nuke them completely. It's not as if they are so > informative with almost everything finely-locked - plus if you need > details, you have The Source(tm) :-) actually there's nothing related to locking with these messages. with filters you can have 3 different setup: a filter-only driver, an ithread-only driver or a filter+ithread driver. Thus while i was developing intr filtr i wanted to know which driver was using what, and that's where these messges were added. -- bye, P.