kern/124564: add CPUID bits to ident phenom processor

pluknet pluknet at gmail.com
Fri Jun 13 23:50:03 UTC 2008


The following reply was made to PR kern/124564; it has been noted by GNATS.

From: pluknet <pluknet at gmail.com>
To: bug-followup at freebsd.org, pluknet <pluknet at 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


More information about the freebsd-bugs mailing list