Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/luna68k/luna68k LUNA has 68030+68881, not 68882.



details:   https://anonhg.NetBSD.org/src/rev/30645c9c5c58
branches:  trunk
changeset: 770440:30645c9c5c58
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Mon Oct 17 13:52:11 2011 +0000

description:
LUNA has 68030+68881, not 68882.

XXX: we should have a common fpu_probe() function among all m68k ports.

diffstat:

 sys/arch/luna68k/luna68k/machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7ea7c9596cc2 -r 30645c9c5c58 sys/arch/luna68k/luna68k/machdep.c
--- a/sys/arch/luna68k/luna68k/machdep.c        Mon Oct 17 13:08:51 2011 +0000
+++ b/sys/arch/luna68k/luna68k/machdep.c        Mon Oct 17 13:52:11 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.82 2011/07/28 09:59:13 tsutsui Exp $ */
+/* $NetBSD: machdep.c,v 1.83 2011/10/17 13:52:11 tsutsui Exp $ */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.82 2011/07/28 09:59:13 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.83 2011/10/17 13:52:11 tsutsui Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -289,7 +289,7 @@
        memset(cpu_model, 0, sizeof(cpu_model));
        switch (cputype) {
        case CPU_68030:
-               cpu = "MC68030 CPU+MMU, MC68882 FPU";
+               cpu = "MC68030 CPU+MMU, MC68881 FPU";
                machtype = LUNA_I;
                /* 20MHz 68030 */
                cpuspeed = 20;



Home | Main Index | Thread Index | Old Index