Module Name: src
Committed By: mrg
Date: Sun Jun 6 04:52:17 UTC 2010
Modified Files:
src/sys/arch/mac68k/conf: files.mac68k
src/sys/arch/mac68k/dev: grf_compat.c
Log Message:
defflag GRF_COMPAT.
To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 src/sys/arch/mac68k/conf/files.mac68k
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/mac68k/dev/grf_compat.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mac68k/conf/files.mac68k
diff -u src/sys/arch/mac68k/conf/files.mac68k:1.122 src/sys/arch/mac68k/conf/files.mac68k:1.123
--- src/sys/arch/mac68k/conf/files.mac68k:1.122 Thu May 22 19:49:43 2008
+++ src/sys/arch/mac68k/conf/files.mac68k Sun Jun 6 04:52:17 2010
@@ -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
Index: src/sys/arch/mac68k/dev/grf_compat.c
diff -u src/sys/arch/mac68k/dev/grf_compat.c:1.21 src/sys/arch/mac68k/dev/grf_compat.c:1.22
--- src/sys/arch/mac68k/dev/grf_compat.c:1.21 Fri Jan 25 08:47:44 2008
+++ src/sys/arch/mac68k/dev/grf_compat.c Sun Jun 6 04:52:17 2010
@@ -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>