diff --git a/sys/arch/mac68k/conf/files.mac68k b/sys/arch/mac68k/conf/files.mac68k index e012689a58a3..0c26fd1b839c 100644 --- a/sys/arch/mac68k/conf/files.mac68k +++ b/sys/arch/mac68k/conf/files.mac68k @@ -1,11 +1,12 @@ -# $NetBSD: files.mac68k,v 1.84 1998/08/12 05:42:44 scottr Exp $ +# $NetBSD: files.mac68k,v 1.85 1998/10/22 04:36:50 scottr Exp $ # mac68k-specific configuration info # options understood by the mac68k-specific part of the kernel # (note, these are case-sensitive) -defopt opt_adb.h ADB_DEBUG MRG_ADB +defopt opt_adb.h ADB_DEBUG MRG_ADB ALTXBUTTONS defopt opt_grf.h GRF_COMPAT +defopt opt_mac68k.h DISABLE_EXT_CACHE ZS_CONSOLE_ABORT # maxpartitions must be first item in files.${ARCH}.newconf maxpartitions 8 diff --git a/sys/arch/mac68k/dev/zs.c b/sys/arch/mac68k/dev/zs.c index b4aaf4fab31e..4d575e7d8946 100644 --- a/sys/arch/mac68k/dev/zs.c +++ b/sys/arch/mac68k/dev/zs.c @@ -1,4 +1,4 @@ -/* $NetBSD: zs.c,v 1.26 1998/09/10 21:40:42 scottr Exp $ */ +/* $NetBSD: zs.c,v 1.27 1998/10/22 04:36:51 scottr Exp $ */ /* * Copyright (c) 1996-1998 Bill Studenmund @@ -54,6 +54,7 @@ */ #include "opt_ddb.h" +#include "opt_mac68k.h" #include #include diff --git a/sys/arch/mac68k/mac68k/via.c b/sys/arch/mac68k/mac68k/via.c index 4666957d59b2..2cf8492cbea2 100644 --- a/sys/arch/mac68k/mac68k/via.c +++ b/sys/arch/mac68k/mac68k/via.c @@ -1,4 +1,4 @@ -/* $NetBSD: via.c,v 1.66 1998/07/01 18:57:36 scottr Exp $ */ +/* $NetBSD: via.c,v 1.67 1998/10/22 04:36:51 scottr Exp $ */ /*- * Copyright (C) 1993 Allen K. Briggs, Chris P. Caputo, @@ -38,6 +38,8 @@ * This code handles VIA, RBV, and OSS functionality. */ +#include "opt_mac68k.h" + #include #include #include