Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/i386 Add a few more CPU models as suggested by...
details: https://anonhg.NetBSD.org/src/rev/ea617d187c0b
branches: trunk
changeset: 474717:ea617d187c0b
user: tron <tron%NetBSD.org@localhost>
date: Sat Jul 17 00:42:20 1999 +0000
description:
Add a few more CPU models as suggested by Scott Telford in PR i386/7048.
diffstat:
sys/arch/i386/i386/machdep.c | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diffs (36 lines):
diff -r 931863b189dc -r ea617d187c0b sys/arch/i386/i386/machdep.c
--- a/sys/arch/i386/i386/machdep.c Fri Jul 16 22:23:29 1999 +0000
+++ b/sys/arch/i386/i386/machdep.c Sat Jul 17 00:42:20 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.360 1999/07/08 18:05:28 thorpej Exp $ */
+/* $NetBSD: machdep.c,v 1.361 1999/07/17 00:42:20 tron Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -624,9 +624,11 @@
{
CPUCLASS_586,
{
- 0, "Pentium", "Pentium (P54C)",
- "Pentium (P24T)", "Pentium/MMX", "Pentium", 0,
- "Pentium (P54C)", 0, 0, 0, 0, 0, 0, 0, 0,
+ "Pentium (P5 A-step)", "Pentium (P5)",
+ "Pentium (P54C)", "Pentium (P24T)",
+ "Pentium/MMX", "Pentium", 0,
+ "Pentium (P54C)", "Pentium/MMX (Tillamook)",
+ 0, 0, 0, 0, 0, 0, 0,
"Pentium" /* Default */
},
NULL
@@ -635,8 +637,9 @@
{
CPUCLASS_686,
{
- 0, "Pentium Pro", 0, "Pentium II",
- "Pentium Pro", "Pentium II",
+ "Pentium Pro (A-step)", "Pentium Pro", 0,
+ "Pentium II (Klamath)", "Pentium Pro",
+ "Pentium II (Deschutes)",
"Pentium II (Celeron)",
"Pentium III", 0, 0, 0, 0, 0, 0, 0, 0,
"Pentium Pro, II or III" /* Default */
Home |
Main Index |
Thread Index |
Old Index