Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amigappc/amigappc Identify another type of BPPC cor...



details:   https://anonhg.NetBSD.org/src/rev/f486005b89c4
branches:  trunk
changeset: 759882:f486005b89c4
user:      jandberg <jandberg%NetBSD.org@localhost>
date:      Sun Dec 19 08:32:33 2010 +0000

description:
Identify another type of BPPC correctly

diffstat:

 sys/arch/amigappc/amigappc/machdep.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 0b8af47d98d2 -r f486005b89c4 sys/arch/amigappc/amigappc/machdep.c
--- a/sys/arch/amigappc/amigappc/machdep.c      Sun Dec 19 08:31:38 2010 +0000
+++ b/sys/arch/amigappc/amigappc/machdep.c      Sun Dec 19 08:32:33 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.44 2010/11/01 19:00:08 phx Exp $ */
+/* $NetBSD: machdep.c,v 1.45 2010/12/19 08:32:33 jandberg Exp $ */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.44 2010/11/01 19:00:08 phx Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.45 2010/12/19 08:32:33 jandberg Exp $");
 
 #include <sys/param.h>
 #include <sys/mount.h>
@@ -304,7 +304,7 @@
                cpu = 603;
                break;
        case 7:
-               cpuname = "603e+";
+               cpuname = "603ev";
                cpu = 603;
                break;
        case 9:
@@ -328,6 +328,7 @@
        case 'F':
                pup = "[CS Mk.III]";
                break;
+       case 'H':
        case 'I':
                pup = "[BlizzardPPC]";
                break;



Home | Main Index | Thread Index | Old Index