summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/conf/GENERIC
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-20 06:45:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-20 06:45:27 +0000
commitdf42aa61f92bffe35c22145bcc90906f47aa88d0 (patch)
tree5064c1ef1d0088157056fe2aa3f45ca4bd95c9e8 /sys/arch/alpha/conf/GENERIC
parent4909b03ce500337461ef8ac1f9f5637782ca693d (diff)
do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, erik@aarhus1.uni-c.dk
Diffstat (limited to 'sys/arch/alpha/conf/GENERIC')
-rw-r--r--sys/arch/alpha/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC
index c623c267dba..801a4e0fde1 100644
--- a/sys/arch/alpha/conf/GENERIC
+++ b/sys/arch/alpha/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.7 1996/07/29 20:01:23 niklas Exp $
+# $OpenBSD: GENERIC,v 1.8 1996/09/20 06:44:50 deraadt Exp $
# $NetBSD: GENERIC,v 1.15.4.3 1996/06/13 19:22:07 cgd Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
@@ -20,7 +20,7 @@ options TIMEZONE="5*60" # Minutes west of GMT (for param.c)
options DST=1 # Daylight savings rules (for param.c)
# Standard system options
-options SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory)
+options SWAPPAGER, DEVPAGER # Paging (mandatory)
options DEBUG, DIAGNOSTIC # Extra kernel debugging
options KTRACE # System call tracing support