parent
1636e22df7
commit
18d9998d72
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: identcpu.c,v 1.53 2007/01/16 15:43:44 christos Exp $ */
|
||||
/* $NetBSD: identcpu.c,v 1.54 2007/01/20 10:28:49 isaki Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
|
||||
|
@ -37,7 +37,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: identcpu.c,v 1.53 2007/01/16 15:43:44 christos Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: identcpu.c,v 1.54 2007/01/20 10:28:49 isaki Exp $");
|
||||
|
||||
#include "opt_cputype.h"
|
||||
#include "opt_enhanced_speedstep.h"
|
||||
|
@ -312,7 +312,7 @@ const struct cpu_cpuid_nameclass i386_cpuid_cpus[] = {
|
|||
CPUCLASS_586,
|
||||
{
|
||||
"K5", "K5", "K5", "K5", 0, 0, "K6",
|
||||
"K6", "K6-2", "K6-III", 0, 0, 0,
|
||||
"K6", "K6-2", "K6-III", "Geode LX", 0, 0,
|
||||
"K6-2+/III+", 0, 0,
|
||||
"K5 or K6" /* Default */
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue