From owner-cvs-all@FreeBSD.ORG Fri Jun 1 05:43:43 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC9EA16A468 for ; Fri, 1 Jun 2007 05:43:43 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.226]) by mx1.freebsd.org (Postfix) with ESMTP id 6238113C46E for ; Fri, 1 Jun 2007 05:43:43 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by wr-out-0506.google.com with SMTP id 69so375347wra for ; Thu, 31 May 2007 22:43:42 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nX5TXgkBXbp7621uTpzTkRU5EWCeWD4YWw4+Ft4M7WnaGpwIG98N7TDGLWJ04JZKvmtQLjeEmHpCrzoVjzxtv9CtddYfPAEs7Zni8KTW1uFttgaG7YnTlbfR0TsJWnUiqDkHhwUtE0tJofzpX74ID6Wa1mVir9BSk7LNxsc13mA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KrJvTqG7KbMfc5PQABRNS3mkoJbS9OrPt44bWae9v7lUD5e9AjUpdKS384ZWf+c087gAlbOgBPbW9hDIWsTOPan0Mh0K/gKAHyTZ8IFE2921neO+P77ixDyyk0ylkJcM7CuDEq4z9WSTA8Nlm5aEk3DobG/KdF5GUdADISwHpgo= Received: by 10.78.131.8 with SMTP id e8mr931137hud.1180675017294; Thu, 31 May 2007 22:16:57 -0700 (PDT) Received: by 10.78.107.13 with HTTP; Thu, 31 May 2007 22:16:57 -0700 (PDT) Message-ID: Date: Thu, 31 May 2007 22:16:57 -0700 From: "Kip Macy" To: obrien@freebsd.org In-Reply-To: <20070601020838.GA84629@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200705291925.l4TJPoYb039878@repoman.freebsd.org> <20070601020838.GA84629@hub.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Dag-Erling Smorgrav Subject: Re: cvs commit: src/sys/i386/i386 identcpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 05:43:44 -0000 On 5/31/07, David O'Brien wrote: > On Tue, May 29, 2007 at 07:25:50PM +0000, Dag-Erling Smorgrav wrote: > > des 2007-05-29 19:25:50 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/i386/i386 identcpu.c > > Log: > > Remove a pointless bootverbose message. > > Why is this bogus? Please revert your change. > With a verbose boot, you're told that HTT is cleared incase the user is > confused when they earlier see that HTT is detected. No one understood the bootverbose message without looking at the original commit message itself.