From owner-freebsd-current@FreeBSD.ORG Tue Sep 1 20:31:45 2009 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 E5674106568B for ; Tue, 1 Sep 2009 20:31:45 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by mx1.freebsd.org (Postfix) with ESMTP id 76C9B8FC22 for ; Tue, 1 Sep 2009 20:31:45 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 4so110295eyf.9 for ; Tue, 01 Sep 2009 13:31:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=TaNonypaHbF1IvlPP5MAb0fGatobsuL4oSoggHLVbvQ=; b=l7Vp0eKq6PF+4L5wEvUPDrP4fIMjLtmnj6ZiWd/UYbLKR12Wq9BmTsli5ThQx9/lyx EzkQ1eIf/86RdEdI/zmJL5TKw0j00VHX1j5h1sIHmQSYvZC/kgiT7jSWCroVQbZ4Ybld VL26ydVZA15A3dtw4VSnLYssIUinuBLGLMUqk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=Ji8wjFWg6pHw16mWTEjW+Q6bQ/Pk7lF9G5cIEd5Gi9C8O8EwAGJ4GpY7Bb9MAZAwPh wovd2jxOiiqGRfjeRyJgIj300CZDqpJTiTrCGPWgQ24F9v+qocgrOwyD3k6OkhKYHLXV HD5jHLqB+7wEetEpUs7h0+8e9C9yV2RiT33nc= Received: by 10.211.146.17 with SMTP id y17mr7760274ebn.43.1251837104493; Tue, 01 Sep 2009 13:31:44 -0700 (PDT) Received: from localhost (95-24-78-226.broadband.corbina.ru [95.24.78.226]) by mx.google.com with ESMTPS id 7sm133305eyb.3.2009.09.01.13.31.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 01 Sep 2009 13:31:43 -0700 (PDT) From: Anonymous To: Nick Hibma References: <200909010931.16880.nick@van-laarhoven.org> Date: Wed, 02 Sep 2009 00:31:39 +0400 In-Reply-To: <200909010931.16880.nick@van-laarhoven.org> (Nick Hibma's message of "Tue, 1 Sep 2009 09:31:16 +0200") Message-ID: <86d46ao190.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD CURRENT Mailing List Subject: Re: Reducing noise in dmesg output 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: Tue, 01 Sep 2009 20:31:46 -0000 Nick Hibma writes: > Folks, > > dmesg is getting cluttered with random bits of irrelevant information which > either should be behind bootverbose or not at all present. Below two > locations where I intend to remove that information. The fact that a module > is loaded can be seen in the output of > > kldstat -v | grep netsmb [...] Can you remove similar noise from ichwd(4), too?