From owner-freebsd-i386@FreeBSD.ORG Sun Mar 18 22:10:07 2007 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 371B916A405 for ; Sun, 18 Mar 2007 22:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id F3A3A13C4B7 for ; Sun, 18 Mar 2007 22:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2IMA6mH039219 for ; Sun, 18 Mar 2007 22:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2IMA6FL039218; Sun, 18 Mar 2007 22:10:06 GMT (envelope-from gnats) Resent-Date: Sun, 18 Mar 2007 22:10:06 GMT Resent-Message-Id: <200703182210.l2IMA6FL039218@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rui Paulo Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7F9E16A502 for ; Sun, 18 Mar 2007 22:01:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id C929F13C448 for ; Sun, 18 Mar 2007 22:01:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l2IM1R8Z047125 for ; Sun, 18 Mar 2007 22:01:27 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l2ILuP3t045656; Sun, 18 Mar 2007 21:56:25 GMT (envelope-from nobody) Message-Id: <200703182156.l2ILuP3t045656@www.freebsd.org> Date: Sun, 18 Mar 2007 21:56:25 GMT From: Rui Paulo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: i386/110493: New Intel CPU feature bits X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Mar 2007 22:10:07 -0000 >Number: 110493 >Category: i386 >Synopsis: New Intel CPU feature bits >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 18 22:10:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Rui Paulo >Release: 7.0-CURRENT >Organization: >Environment: FreeBSD macbook.local 7.0-CURRENT FreeBSD 7.0-CURRENT #6: Sun Mar 18 17:56:29 WET 2007 rpaulo@macbook.local:/usr/home/rpaulo/freebsd/obj/usr/home/rpaulo/freebsd/src/sys/MACBOOK i386 >Description: The attached patch adds support for printing two new Intel features2 bits. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: identcpu.c =================================================================== RCS file: /home/ncvs/src/sys/i386/i386/identcpu.c,v retrieving revision 1.172 diff -u -p -r1.172 identcpu.c --- identcpu.c 12 Mar 2007 20:27:21 -0000 1.172 +++ identcpu.c 18 Mar 2007 21:56:13 -0000 @@ -745,7 +745,7 @@ via_common: "\004MON" /* MONITOR/MWAIT Instructions */ "\005DS_CPL" /* CPL Qualified Debug Store */ "\006VMX" /* Virtual Machine Extensions */ - "\007" + "\007SMX" /* LaGrange Technology */ "\010EST" /* Enhanced SpeedStep */ "\011TM2" /* Thermal Monitor 2 */ "\012SSSE3" /* SSSE3 */ @@ -757,7 +757,7 @@ via_common: "\020" "\021" "\022" - "\023" + "\023DCA" /* Direct Cache Access */ "\024" "\025" "\026" >Release-Note: >Audit-Trail: >Unformatted: