From owner-svn-src-head@FreeBSD.ORG Wed Apr 17 16:00:04 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5C0079CA; Wed, 17 Apr 2013 16:00:04 +0000 (UTC) (envelope-from rpaulo@freebsd.org) Received: from felyko.com (felyko.com [IPv6:2607:f2f8:a528::3:1337:ca7]) by mx1.freebsd.org (Postfix) with ESMTP id 4A723238; Wed, 17 Apr 2013 16:00:04 +0000 (UTC) Received: from [IPv6:2601:9:4d00:3c:a1cf:7ae3:1aa6:8195] (unknown [IPv6:2601:9:4d00:3c:a1cf:7ae3:1aa6:8195]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by felyko.com (Postfix) with ESMTPSA id 5D28E39821; Wed, 17 Apr 2013 09:00:03 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: svn commit: r249577 - head/sys/amd64/amd64 From: Rui Paulo In-Reply-To: <201304170647.05488.jhb@freebsd.org> Date: Wed, 17 Apr 2013 09:00:03 -0700 Content-Transfer-Encoding: 7bit Message-Id: References: <201304170651.r3H6pHYo087392@svn.freebsd.org> <201304170647.05488.jhb@freebsd.org> To: John Baldwin X-Mailer: Apple Mail (2.1503) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2013 16:00:04 -0000 On 2013/04/17, at 3:47, John Baldwin wrote: > 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.) Yes, it's in my TODO list. Regards, -- Rui Paulo