diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-20 06:45:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-20 06:45:27 +0000 |
commit | df42aa61f92bffe35c22145bcc90906f47aa88d0 (patch) | |
tree | 5064c1ef1d0088157056fe2aa3f45ca4bd95c9e8 /sys/arch/mvme88k | |
parent | 4909b03ce500337461ef8ac1f9f5637782ca693d (diff) |
do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, erik@aarhus1.uni-c.dk
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r-- | sys/arch/mvme88k/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/mvme88k/conf/MYBOX | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/sys/arch/mvme88k/conf/GENERIC b/sys/arch/mvme88k/conf/GENERIC index 45275b37e79..4ca5ed587b4 100644 --- a/sys/arch/mvme88k/conf/GENERIC +++ b/sys/arch/mvme88k/conf/GENERIC @@ -1,7 +1,7 @@ # # GENERIC AMIGA # -# $Id: GENERIC,v 1.3 1996/08/31 02:09:29 deraadt Exp $ +# $Id: GENERIC,v 1.4 1996/09/20 06:45:16 deraadt Exp $ # # This configuration file contains all possible options # @@ -17,7 +17,6 @@ options TIMEZONE=300, DST=1 options "M88000" # support for 88K options SWAPPAGER # Pager for processes (Required) -options VNODEPAGER # Pager for vnodes (Required) options DEVPAGER # Pager for devices (Required) # diff --git a/sys/arch/mvme88k/conf/MYBOX b/sys/arch/mvme88k/conf/MYBOX index b6662c4c145..d8872ff691d 100644 --- a/sys/arch/mvme88k/conf/MYBOX +++ b/sys/arch/mvme88k/conf/MYBOX @@ -1,11 +1,11 @@ -# $Id: MYBOX,v 1.1 1995/10/18 10:54:18 deraadt Exp $ +# $Id: MYBOX,v 1.2 1996/09/20 06:45:16 deraadt Exp $ include "std.m88k" maxusers 8 options TIMEZONE=300, DST=1 options BYTE_MSF -options SWAPPAGER, VNODEPAGER, DEVPAGER +options SWAPPAGER, DEVPAGER #options INET options FFS, MFS, FDESC #options "COMPAT_42", "COMPAT_43" |