Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jun 2008 23:50:03 GMT
From:      pluknet <pluknet@gmail.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/124564: add CPUID bits to ident phenom processor
Message-ID:  <200806132350.m5DNo3wk053190@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/124564; it has been noted by GNATS.

From: pluknet <pluknet@gmail.com>
To: bug-followup@freebsd.org, pluknet <pluknet@gmail.com>
Cc:  
Subject: Re: kern/124564: add CPUID bits to ident phenom processor
Date: Sat, 14 Jun 2008 03:43:01 +0400

 Err.. paste the missing diff inline.
 
 --- specialreg.h.orig   2008-06-14 02:25:48.000000000 +0400
 +++ specialreg.h        2008-06-14 02:30:28.000000000 +0400
 @@ -27,7 +27,7 @@
   * SUCH DAMAGE.
   *
   *     from: @(#)specialreg.h  7.1 (Berkeley) 5/9/91
 - * $FreeBSD: src/sys/amd64/include/specialreg.h,v 1.45 2008/03/12
 22:09:19 jhb             Exp $
 + * $FreeBSD$
   */
 
  #ifndef _MACHINE_SPECIALREG_H_
 @@ -150,7 +150,12 @@
  #define        AMDID2_SVM      0x00000004
  #define        AMDID2_EXT_APIC 0x00000008
  #define        AMDID2_CR8      0x00000010
 +#define        AMDID2_ABM      0x00000020
 +#define        AMDID2_SSE4A    0x00000040
 +#define        AMDID2_MISALIGN 0x00000080
  #define        AMDID2_PREFETCH 0x00000100
 +#define        AMDID2_OSVW     0x00000200
 +#define        AMDID2_IBS      0x00000400
 
  /*
   * CPUID instruction 1 ebx info



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806132350.m5DNo3wk053190>