Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/next68k/dev Attach nextdisplay on the mono turbo.



details:   https://anonhg.NetBSD.org/src/rev/63b3321c2e6a
branches:  trunk
changeset: 536207:63b3321c2e6a
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Wed Sep 11 07:06:16 2002 +0000

description:
Attach nextdisplay on the mono turbo.

diffstat:

 sys/arch/next68k/dev/nextcons.c    |  3 ++-
 sys/arch/next68k/dev/nextdisplay.c |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 9f3be2fceb35 -r 63b3321c2e6a sys/arch/next68k/dev/nextcons.c
--- a/sys/arch/next68k/dev/nextcons.c   Wed Sep 11 06:32:07 2002 +0000
+++ b/sys/arch/next68k/dev/nextcons.c   Wed Sep 11 07:06:16 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nextcons.c,v 1.4 2002/09/11 01:46:32 mycroft Exp $     */
+/*     $NetBSD: nextcons.c,v 1.5 2002/09/11 07:06:16 mycroft Exp $     */
 
 /*
  * Copyright (c) 1999 Darrin B. Jewell
@@ -71,6 +71,7 @@
        if ((rom_machine_type == NeXT_WARP9)
            || (rom_machine_type == NeXT_X15)
            || (rom_machine_type == NeXT_WARP9C)
+           || (rom_machine_type == NeXT_TURBO_MONO)
            || (rom_machine_type == NeXT_TURBO_COLOR))
                cp->cn_pri = CN_INTERNAL;
        else 
diff -r 9f3be2fceb35 -r 63b3321c2e6a sys/arch/next68k/dev/nextdisplay.c
--- a/sys/arch/next68k/dev/nextdisplay.c        Wed Sep 11 06:32:07 2002 +0000
+++ b/sys/arch/next68k/dev/nextdisplay.c        Wed Sep 11 07:06:16 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nextdisplay.c,v 1.9 2002/09/11 01:46:32 mycroft Exp $ */
+/* $NetBSD: nextdisplay.c,v 1.10 2002/09/11 07:06:17 mycroft Exp $ */
 
 /*
  * Copyright (c) 1998 Matt DeBergalis
@@ -146,6 +146,7 @@
        if ((rom_machine_type == NeXT_WARP9)
            || (rom_machine_type == NeXT_X15)
            || (rom_machine_type == NeXT_WARP9C)
+           || (rom_machine_type == NeXT_TURBO_MONO)
            || (rom_machine_type == NeXT_TURBO_COLOR))
                return (1);
        else 



Home | Main Index | Thread Index | Old Index