defflag GRF_COMPAT.

This commit is contained in:
mrg 2010-06-06 04:52:17 +00:00
parent fb81c7d694
commit 99a1ab2be1
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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>