Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/mac68k/obio Pull up revision 1.43 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/3015aaa568c8
branches:  netbsd-1-4
changeset: 470707:3015aaa568c8
user:      he <he%NetBSD.org@localhost>
date:      Sun Jul 02 21:39:19 2000 +0000

description:
Pull up revision 1.43 (requested by scottr):
  Add support for Quadra 605 on-board video.

diffstat:

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

diffs (18 lines):

diff -r 08a5c062b9b7 -r 3015aaa568c8 sys/arch/mac68k/obio/grf_obio.c
--- a/sys/arch/mac68k/obio/grf_obio.c   Sun Jul 02 08:28:06 2000 +0000
+++ b/sys/arch/mac68k/obio/grf_obio.c   Sun Jul 02 21:39:19 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: grf_obio.c,v 1.41.4.1 1999/04/28 14:22:38 perry Exp $  */
+/*     $NetBSD: grf_obio.c,v 1.41.4.2 2000/07/02 21:39:19 he 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