Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k defflag GRF_COMPAT.



details:   https://anonhg.NetBSD.org/src/rev/97113a5edda8
branches:  trunk
changeset: 755438:97113a5edda8
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jun 06 04:52:17 2010 +0000

description:
defflag GRF_COMPAT.

diffstat:

 sys/arch/mac68k/conf/files.mac68k |  3 ++-
 sys/arch/mac68k/dev/grf_compat.c  |  6 ++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (38 lines):

diff -r 7dc43f37b164 -r 97113a5edda8 sys/arch/mac68k/conf/files.mac68k
--- a/sys/arch/mac68k/conf/files.mac68k Sun Jun 06 04:51:33 2010 +0000
+++ b/sys/arch/mac68k/conf/files.mac68k Sun Jun 06 04:52:17 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.mac68k,v 1.122 2008/05/22 19:49:43 hauke Exp $
+#      $NetBSD: files.mac68k,v 1.123 2010/06/06 04:52:17 mrg Exp $
 
 # mac68k-specific configuration info
 
@@ -6,6 +6,7 @@
 # (note, these are case-sensitive)
 defflag        opt_adb.h               ADB_DEBUG MRG_ADB ALTXBUTTONS
 defflag        opt_mac68k.h            DISABLE_EXT_CACHE ZS_CONSOLE_ABORT
+defflag        opt_grf_compat.h        GRF_COMPAT
 
 defflag        opt_wsdisplay_compat.h  WSDISPLAY_COMPAT_ITEFONT
 
diff -r 7dc43f37b164 -r 97113a5edda8 sys/arch/mac68k/dev/grf_compat.c
--- a/sys/arch/mac68k/dev/grf_compat.c  Sun Jun 06 04:51:33 2010 +0000
+++ b/sys/arch/mac68k/dev/grf_compat.c  Sun Jun 06 04:52:17 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: grf_compat.c,v 1.21 2008/01/25 08:47:44 dogcow Exp $   */
+/*     $NetBSD: grf_compat.c,v 1.22 2010/06/06 04:52:17 mrg Exp $      */
 
 /*
  * Copyright (C) 1999 Scott Reynolds
@@ -31,8 +31,10 @@
  * macfb compatibility with legacy grf devices
  */
 
+#include "opt_grf_compat.h"
+
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: grf_compat.c,v 1.21 2008/01/25 08:47:44 dogcow Exp $");
+__KERNEL_RCSID(0, "$NetBSD: grf_compat.c,v 1.22 2010/06/06 04:52:17 mrg Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index