From owner-svn-src-all@FreeBSD.ORG Wed Apr 17 11:00:29 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9B95F6C3; Wed, 17 Apr 2013 11:00:29 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) by mx1.freebsd.org (Postfix) with ESMTP id 7850EC37; Wed, 17 Apr 2013 11:00:29 +0000 (UTC) Received: from ralph.baldwin.cx (c-68-39-198-164.hsd1.de.comcast.net [68.39.198.164]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 34B65B9AC; Wed, 17 Apr 2013 07:00:28 -0400 (EDT) From: John Baldwin To: Rui Paulo Subject: Re: svn commit: r249577 - head/sys/amd64/amd64 Date: Wed, 17 Apr 2013 06:47:05 -0400 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.8.4; amd64; ; ) References: <201304170651.r3H6pHYo087392@svn.freebsd.org> In-Reply-To: <201304170651.r3H6pHYo087392@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201304170647.05488.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 17 Apr 2013 07:00:28 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 17 Apr 2013 11:00:29 -0000 On Wednesday, April 17, 2013 02:51:17 AM Rui Paulo wrote: > Author: rpaulo > Date: Wed Apr 17 06:51:17 2013 > New Revision: 249577 > URL: http://svnweb.freebsd.org/changeset/base/249577 > > Log: > Print more bits from the standard extended features CPUID which will be > available in the Haswell architecture (c.f. Intel Document #319433-012A). Can you add appropriate constants with comments to x86/include/specialreg.h and remove the comments from here? (That is how we have documented all the other feature bits.) -- John Baldwin