Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/i386 use the same mnemonics as linux for cpu f...



details:   https://anonhg.NetBSD.org/src/rev/545b0fe42fac
branches:  trunk
changeset: 537701:545b0fe42fac
user:      joda <joda%NetBSD.org@localhost>
date:      Fri Oct 04 19:39:54 2002 +0000

description:
use the same mnemonics as linux for cpu features (this is -o linux
after all)

diffstat:

 sys/arch/i386/i386/procfs_machdep.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r a4d51458c059 -r 545b0fe42fac sys/arch/i386/i386/procfs_machdep.c
--- a/sys/arch/i386/i386/procfs_machdep.c       Fri Oct 04 19:27:05 2002 +0000
+++ b/sys/arch/i386/i386/procfs_machdep.c       Fri Oct 04 19:39:54 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: procfs_machdep.c,v 1.10 2002/10/01 12:57:00 fvdl Exp $ */
+/*     $NetBSD: procfs_machdep.c,v 1.11 2002/10/04 19:39:54 joda Exp $ */
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.10 2002/10/01 12:57:00 fvdl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.11 2002/10/04 19:39:54 joda Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -64,8 +64,8 @@
 static const char * const i386_features[] = {
        "fpu", "vme", "de", "pse", "tsc", "msr", "pae", "mce",
        "cx8", "apic", "10", "sep", "mtrr", "pge", "mca", "cmov",
-       "fgpat", "pse36", "psn", "19", "20", "21", "22", "mmx",
-       "fxsr", "xmm", "26", "27", "28", "29", "30", "31"
+       "pat", "pse36", "pn", "clflush", "20", "dts", "acpi", "mmx",
+       "fxsr", "sse", "sse2", "ss", "ht", "tm", "ia64", "31"
 };
 
 



Home | Main Index | Thread Index | Old Index