Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/arch/i386/i386 Pull up revision 1.376 (requested by...
details: https://anonhg.NetBSD.org/src/rev/a3cd31fbb507
branches: netbsd-1-4
changeset: 470276:a3cd31fbb507
user: he <he%NetBSD.org@localhost>
date: Fri Feb 04 23:09:35 2000 +0000
description:
Pull up revision 1.376 (requested by minoura):
Add Cyrix MediaGX identification.
diffstat:
sys/arch/i386/i386/machdep.c | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 9f086a58528c -r a3cd31fbb507 sys/arch/i386/i386/machdep.c
--- a/sys/arch/i386/i386/machdep.c Fri Feb 04 23:06:19 2000 +0000
+++ b/sys/arch/i386/i386/machdep.c Fri Feb 04 23:09:35 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.349.2.2 1999/12/04 19:12:42 he Exp $ */
+/* $NetBSD: machdep.c,v 1.349.2.3 2000/02/04 23:09:35 he Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -832,7 +832,9 @@
{ {
CPUCLASS_486,
{
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0,
+ "MediaGX",
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
"486" /* Default */
},
NULL
@@ -841,8 +843,9 @@
{
CPUCLASS_586,
{
- 0, 0, "6x86", 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0,
+ 0, 0, "6x86", 0,
+ "MMX-enhanced MediaGX (GXm)", /* or Geode? */
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
"6x86" /* Default */
},
cyrix6x86_cpu_setup
Home |
Main Index |
Thread Index |
Old Index