Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x68k/conf Remove options (SWDEV|SWAP|VNODE)PAGE



details:   https://anonhg.NetBSD.org/src/rev/88b50db975d6
branches:  trunk
changeset: 467852:88b50db975d6
user:      minoura <minoura%NetBSD.org@localhost>
date:      Tue Mar 30 04:27:08 1999 +0000

description:
Remove options (SWDEV|SWAP|VNODE)PAGE

diffstat:

 sys/arch/x68k/conf/std.x68k |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 737e120a0211 -r 88b50db975d6 sys/arch/x68k/conf/std.x68k
--- a/sys/arch/x68k/conf/std.x68k       Tue Mar 30 04:26:01 1999 +0000
+++ b/sys/arch/x68k/conf/std.x68k       Tue Mar 30 04:27:08 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.x68k,v 1.6 1999/03/16 16:30:17 minoura Exp $
+#      $NetBSD: std.x68k,v 1.7 1999/03/30 04:27:08 minoura Exp $
 
 #
 # Mandatory NetBSD/x68k kernel options.
@@ -6,10 +6,6 @@
 
 machine                x68k m68k       # Machine architecture; required by config(8)
 
-options        SWAPPAGER       # swap and anonymous memory
-options        VNODEPAGER      # mapped files
-options        DEVPAGER        # mapped devices
-
 options        EXEC_AOUT       # execve(2) support for a.out binaries
 options        EXEC_SCRIPT     # execve(2) support for scripts
 



Home | Main Index | Thread Index | Old Index