From owner-cvs-all@FreeBSD.ORG Sat Mar 6 10:28:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0EC116A4D0 for ; Sat, 6 Mar 2004 10:28:44 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 642B043D2F for ; Sat, 6 Mar 2004 10:28:44 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 38286 invoked by uid 1000); 6 Mar 2004 18:28:45 -0000 Date: Sat, 6 Mar 2004 10:28:45 -0800 (PST) From: Nate Lawson To: Peter Wemm In-Reply-To: <20040306005134.8F98016A536@hub.freebsd.org> Message-ID: <20040306102629.O38217@root.org> References: <20040306005134.8F98016A536@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 identcpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 06 Mar 2004 18:28:44 -0000 On Fri, 5 Mar 2004, Peter Wemm wrote: > Modified files: > sys/amd64/amd64 identcpu.c > Log: > When faced with a "GenuineIntel", we know what they call it now. Replace > snide comment with a different one. > > Revision Changes Path > 1.129 +2 -2 src/sys/amd64/amd64/identcpu.c I like how ambiguous your second sentence is. The new comment may or may not be snide. :) BTW, it's pretty funny that all x86-64 machines will forever be running the amd64 kernel (including Linux). AMD must have had some inside information about the release cycle before changing the name. -Nate