Recognize Cyrix M2

This commit is contained in:
fvdl 1997-08-26 18:56:40 +00:00
parent a436ba4f68
commit a153e98871
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.248 1997/08/25 23:02:25 thorpej Exp $ */
/* $NetBSD: machdep.c,v 1.249 1997/08/26 18:56:40 fvdl Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -649,8 +649,8 @@ struct cpu_cpuid_nameclass i386_cpuid_cpus[] = {
{
CPUCLASS_686,
{
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
"Pentium Pro compatible" /* Default */
"M2", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
"M2" /* Default */
}
} }
}