From owner-svn-src-all@FreeBSD.ORG Thu Sep 10 19:15:26 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73E041065672; Thu, 10 Sep 2009 19:15:26 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 1C59A8FC14; Thu, 10 Sep 2009 19:15:24 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id WAA27298; Thu, 10 Sep 2009 22:15:22 +0300 (EEST) (envelope-from avg@freebsd.org) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1Mlp74-0009kn-DF; Thu, 10 Sep 2009 22:15:22 +0300 Message-ID: <4AA95049.4090104@freebsd.org> Date: Thu, 10 Sep 2009 22:15:21 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.23 (X11/20090823) MIME-Version: 1.0 To: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= References: <200909101833.n8AIX8p6027487@svn.freebsd.org> <86iqfq8vja.fsf@ds4.des.no> In-Reply-To: <86iqfq8vja.fsf@ds4.des.no> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Nick Hibma Subject: Re: svn commit: r197072 - in head/sys: dev/ichwd netsmb X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2009 19:15:26 -0000 on 10/09/2009 22:11 Dag-Erling Smørgrav said the following: > Nick Hibma writes: >> Log: >> Don't print out a message on loading a module. 'kldload -v' and 'kldstat >> | grep ' can be used instead. >> >> Put a message behind bootverbose as >> >> ichwd0: on isa0 I think the above line is printed by newbus code automatically. >> ichwd0: Intel ICH6M watchdog timer (ICH6 or equivalent) And this line kind of duplicates it. >> does not make a lot of sense. > > Why doesn't it make sense? Every other device announces itself when it > attaches; why shouldn't ichwd0 do so? So, a possible answer is above :) -- Andriy Gapon