Defopt ALTXBUTTONS, DISABLE_EXT_CACHE, and ZS_CONSOLE_ABORT.

This commit is contained in:
scottr 1998-10-22 04:36:50 +00:00
parent b70011edac
commit 5cb5f44921
3 changed files with 8 additions and 4 deletions

View File

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

View File

@ -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 <sys/param.h>
#include <sys/systm.h>

View File

@ -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 <sys/param.h>
#include <sys/kernel.h>
#include <sys/syslog.h>