summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf/GANDALF
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/i386/conf/GANDALF
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/i386/conf/GANDALF')
-rw-r--r--sys/arch/i386/conf/GANDALF3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GANDALF b/sys/arch/i386/conf/GANDALF
index f2bf7e4f142..b2817c00cdb 100644
--- a/sys/arch/i386/conf/GANDALF
+++ b/sys/arch/i386/conf/GANDALF
@@ -1,7 +1,7 @@
#
# GANDALF -- Dual Tyan P5/133 PCI/EISA bus
#
-# $OpenBSD: GANDALF,v 1.12 1996/09/14 18:36:15 tholo Exp $
+# $OpenBSD: GANDALF,v 1.13 1996/09/20 06:45:05 deraadt Exp $
#
machine i386 # architecture, used by config; REQUIRED
@@ -24,7 +24,6 @@ option DST=1 # daylight savings time used by RTC
option NTP # High precision timekeeping support
option SWAPPAGER # paging; REQUIRED
-option VNODEPAGER # mmap() of files
option DEVPAGER # mmap() of devices
#option DDB # in-kernel debugger