Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k/obio The Quadra 605 and LC 47x apparently sh...



details:   https://anonhg.NetBSD.org/src/rev/114583c8140b
branches:  trunk
changeset: 474760:114583c8140b
user:      scottr <scottr%NetBSD.org@localhost>
date:      Mon Jul 19 05:20:15 1999 +0000

description:
The Quadra 605 and LC 47x apparently share the same logic board,
and hence need the same video hack.  From Ken'ichi Ishizaka.

diffstat:

 sys/arch/mac68k/obio/grf_obio.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 59f25fbf17a1 -r 114583c8140b sys/arch/mac68k/obio/grf_obio.c
--- a/sys/arch/mac68k/obio/grf_obio.c   Mon Jul 19 04:34:46 1999 +0000
+++ b/sys/arch/mac68k/obio/grf_obio.c   Mon Jul 19 05:20:15 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: grf_obio.c,v 1.42 1999/04/28 05:24:08 scottr Exp $     */
+/*     $NetBSD: grf_obio.c,v 1.43 1999/07/19 05:20:15 scottr Exp $     */
 
 /*
  * Copyright (C) 1998 Scott Reynolds
@@ -251,6 +251,8 @@
                case MACH_MACLC475:
                case MACH_MACLC475_33:
                case MACH_MACLC575:
+               case MACH_MACQ605:
+               case MACH_MACQ605_33:
                        vbase1 &= 0x3f;
                        break;
                }



Home | Main Index | Thread Index | Old Index