Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/dev A small fix to save such a configuration o...



details:   https://anonhg.NetBSD.org/src/rev/dd205c687381
branches:  trunk
changeset: 476017:dd205c687381
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Fri Sep 03 10:19:40 1999 +0000

description:
A small fix to save such a configuration of MAXINE with TC framebuffer
option card installed.

diffstat:

 sys/arch/pmax/dev/findcons.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 918ec55db946 -r dd205c687381 sys/arch/pmax/dev/findcons.c
--- a/sys/arch/pmax/dev/findcons.c      Fri Sep 03 07:48:36 1999 +0000
+++ b/sys/arch/pmax/dev/findcons.c      Fri Sep 03 10:19:40 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: findcons.c,v 1.16 1999/09/03 06:12:28 nisimura Exp $   */
+/*     $NetBSD: findcons.c,v 1.17 1999/09/03 10:19:40 nisimura Exp $   */
 
 /*
  * Copyright (c) 1998 Jonathan Stone
@@ -34,7 +34,7 @@
 
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: findcons.c,v 1.16 1999/09/03 06:12:28 nisimura Exp $$");
+__KERNEL_RCSID(0, "$NetBSD: findcons.c,v 1.17 1999/09/03 10:19:40 nisimura Exp $$");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -350,7 +350,7 @@
                break;
 
        case DS_MAXINE:
-               if (xcfb_screen(crtslot))
+               if (crtslot == 3 && xcfb_screen(crtslot))
                        return (1);
 
        /*FALLTHROUGH*/



Home | Main Index | Thread Index | Old Index