diff --git a/sys/arch/i386/i386/identcpu.c b/sys/arch/i386/i386/identcpu.c index 2d88f9a9f5d2..e18fbb5135cc 100644 --- a/sys/arch/i386/i386/identcpu.c +++ b/sys/arch/i386/i386/identcpu.c @@ -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 -__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 */ },