From 06d4fb4d0d94962b5849a3966658ceb2e4a49c8a Mon Sep 17 00:00:00 2001 From: fvdl Date: Tue, 9 Mar 1999 16:05:34 +0000 Subject: [PATCH] While at it, add K6-III recognition too. --- sys/arch/i386/i386/machdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c index 37e4d8520fbe..4c41fe6ef9d9 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.340 1999/03/09 15:48:15 fvdl Exp $ */ +/* $NetBSD: machdep.c,v 1.341 1999/03/09 16:05:34 fvdl Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -861,7 +861,7 @@ struct cpu_cpuid_nameclass i386_cpuid_cpus[] = { CPUCLASS_586, { "K5", "K5", "K5", "K5", 0, 0, "K6", - "K6", "K6-3D", 0, 0, 0, 0, 0, 0, 0, + "K6", "K6-2", "K6-III", 0, 0, 0, 0, 0, 0, "K5 or K6" /* Default */ }, NULL