Source-Changes-HG archive

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

[src/trunk]: src/sys clean up kernel/config files files for machVM lossage.



details:   https://anonhg.NetBSD.org/src/rev/71c43d8b3889
branches:  trunk
changeset: 467395:71c43d8b3889
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Mar 24 06:06:09 1999 +0000

description:
clean up kernel/config files files for machVM lossage.

diffstat:

 sys/arch/alpha/conf/std.alpha       |  10 +----
 sys/arch/amiga/conf/std.amiga       |   8 +---
 sys/arch/arm32/conf/std.arm32       |   8 +---
 sys/arch/atari/conf/std.atari       |   7 +---
 sys/arch/bebox/conf/std.bebox       |   8 +---
 sys/arch/hp300/conf/std.hp300       |   8 +---
 sys/arch/i386/conf/INSTALL_TINY     |   5 +--
 sys/arch/i386/conf/std.i386         |  10 +----
 sys/arch/mac68k/conf/std.mac68k     |   9 +----
 sys/arch/macppc/conf/std.macppc     |  10 +----
 sys/arch/mvme68k/conf/std.mvme68k   |   8 +---
 sys/arch/newsmips/conf/std.newsmips |   8 +---
 sys/arch/next68k/conf/std.next68k   |   5 +--
 sys/arch/ofppc/conf/std.ofppc       |   8 +---
 sys/arch/pc532/conf/std.pc532       |   9 +----
 sys/arch/pmax/conf/std.pmax         |  10 +----
 sys/arch/sparc/conf/std.sparc       |   7 +---
 sys/arch/sparc64/conf/std.sparc64   |   7 +---
 sys/arch/sun3/conf/std.sun3         |   3 +-
 sys/arch/sun3/conf/std.sun3x        |   3 +-
 sys/arch/vax/conf/std.vax           |   3 +-
 sys/arch/x68k/conf/ALL              |   3 +-
 sys/arch/x68k/conf/GENERIC          |   3 +-
 sys/arch/x68k/conf/INSTALL          |   3 +-
 sys/arch/x68k/conf/SMALL            |   3 +-
 sys/arch/x68k/conf/TOKOCHAN         |   3 +-
 sys/arch/x68k/conf/ZSCONS           |   3 +-
 sys/conf/files                      |  67 +++++++++++++-----------------------
 28 files changed, 51 insertions(+), 188 deletions(-)

diffs (truncated from 598 to 300 lines):

diff -r 2f951ea08c75 -r 71c43d8b3889 sys/arch/alpha/conf/std.alpha
--- a/sys/arch/alpha/conf/std.alpha     Wed Mar 24 05:53:59 1999 +0000
+++ b/sys/arch/alpha/conf/std.alpha     Wed Mar 24 06:06:09 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.alpha,v 1.15 1998/05/04 04:35:46 thorpej Exp $
+# $NetBSD: std.alpha,v 1.16 1999/03/24 06:06:09 mrg Exp $
 #
 # Standard/required configuration info for NetBSD/alpha.
 
@@ -11,12 +11,4 @@
 options        EXEC_ELF64      # (native) ELF64 binary support
 options        EXEC_SCRIPT     # shell script support
 
-# VM pager support
-# XXX Not with UVM; garbage-collect these eventually.
-options        SWAPPAGER       # paging; REQUIRED
-options        VNODEPAGER      # mmap() of files; REQUIRED
-options        DEVPAGER        # mmap() of devices; REQUIRED
-
-# UVM is the standard VM system on NetBSD/alpha.
-options        UVM             # New UVM VM system
 options        PMAP_NEW        # UVM's new pmap interface
diff -r 2f951ea08c75 -r 71c43d8b3889 sys/arch/amiga/conf/std.amiga
--- a/sys/arch/amiga/conf/std.amiga     Wed Mar 24 05:53:59 1999 +0000
+++ b/sys/arch/amiga/conf/std.amiga     Wed Mar 24 06:06:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.amiga,v 1.15 1999/01/16 20:07:37 chuck Exp $
+#      $NetBSD: std.amiga,v 1.16 1999/03/24 06:06:09 mrg Exp $
 
 # standard amiga information
 
@@ -10,11 +10,5 @@
 kbd0   at mainbus0
 zbus0  at mainbus0
 
-options        SWAPPAGER               # paging
-options        VNODEPAGER              # mmap() of files
-options        DEVPAGER                # mmap() of devices
-
-options                UVM
-
 options        EXEC_AOUT
 options        EXEC_SCRIPT
diff -r 2f951ea08c75 -r 71c43d8b3889 sys/arch/arm32/conf/std.arm32
--- a/sys/arch/arm32/conf/std.arm32     Wed Mar 24 05:53:59 1999 +0000
+++ b/sys/arch/arm32/conf/std.arm32     Wed Mar 24 06:06:09 1999 +0000
@@ -1,14 +1,8 @@
-#      $NetBSD: std.arm32,v 1.8 1998/09/06 02:37:48 mark Exp $
+#      $NetBSD: std.arm32,v 1.9 1999/03/24 06:06:09 mrg Exp $
 #
 # standard NetBSD/arm32 options
 
 machine        arm32
 
-options        SWAPPAGER       # paging; REQUIRED
-options        VNODEPAGER      # mmap() of files
-options        DEVPAGER        # mmap() of devices
-
-options        UVM             # Use UVM instead of Mach VM.
-
 options        EXEC_AOUT
 options        EXEC_SCRIPT
diff -r 2f951ea08c75 -r 71c43d8b3889 sys/arch/atari/conf/std.atari
--- a/sys/arch/atari/conf/std.atari     Wed Mar 24 05:53:59 1999 +0000
+++ b/sys/arch/atari/conf/std.atari     Wed Mar 24 06:06:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.atari,v 1.14 1999/01/16 20:11:51 chuck Exp $
+#      $NetBSD: std.atari,v 1.15 1999/03/24 06:06:10 mrg Exp $
 #
 # standard atari information
 #
@@ -7,11 +7,6 @@
 options        EXEC_SCRIPT             # Support #!
 options        EXEC_AOUT               # a.out format executables
 
-#options       SWAPPAGER               # Pager for swap device
-#options       VNODEPAGER              # Pager for vnodes
-#options       DEVPAGER                # Pager
-options        UVM                     # UVM virtual memory
-
 mainbus0       at root
 
 clock0         at mainbus0             # system clock
diff -r 2f951ea08c75 -r 71c43d8b3889 sys/arch/bebox/conf/std.bebox
--- a/sys/arch/bebox/conf/std.bebox     Wed Mar 24 05:53:59 1999 +0000
+++ b/sys/arch/bebox/conf/std.bebox     Wed Mar 24 06:06:09 1999 +0000
@@ -1,14 +1,8 @@
-#      $NetBSD: std.bebox,v 1.2 1998/09/03 01:43:34 sakamoto Exp $
+#      $NetBSD: std.bebox,v 1.3 1999/03/24 06:06:10 mrg Exp $
 #
 # standard, required NetBSD/bebox 'options'
 
 machine                bebox powerpc
 
-options        SWAPPAGER       # paging
-options                VNODEPAGER      # mmap() of files
-options                DEVPAGER        # mmap() of devices
-
-options        UVM             # New UVM VM system
-
 options        EXEC_ELF32      # exec ELF binaries
 options        EXEC_SCRIPT     # exec #! scripts
diff -r 2f951ea08c75 -r 71c43d8b3889 sys/arch/hp300/conf/std.hp300
--- a/sys/arch/hp300/conf/std.hp300     Wed Mar 24 05:53:59 1999 +0000
+++ b/sys/arch/hp300/conf/std.hp300     Wed Mar 24 06:06:09 1999 +0000
@@ -1,16 +1,10 @@
-#      $NetBSD: std.hp300,v 1.3 1998/05/04 05:01:30 thorpej Exp $
+#      $NetBSD: std.hp300,v 1.4 1999/03/24 06:06:10 mrg Exp $
 #
 # Options/devices that all hp300s should have
 #
 
 machine hp300 m68k
 
-# XXX Not with UVM: garbage-collect these eventually.
-options        SWAPPAGER       # swap pager (anonymous and swap space)
-options        VNODEPAGER      # vnode pager (mapped files)
-options        DEVPAGER        # device pager (mapped devices)
-
-options        UVM             # New UVM VM system
 #options       PMAP_NEW        # UVM's new pmap interface
 
 options        EXEC_AOUT       # support for exec'ing a.out
diff -r 2f951ea08c75 -r 71c43d8b3889 sys/arch/i386/conf/INSTALL_TINY
--- a/sys/arch/i386/conf/INSTALL_TINY   Wed Mar 24 05:53:59 1999 +0000
+++ b/sys/arch/i386/conf/INSTALL_TINY   Wed Mar 24 06:06:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL_TINY,v 1.5 1999/03/17 18:40:30 sommerfe Exp $
+#      $NetBSD: INSTALL_TINY,v 1.6 1999/03/24 06:06:10 mrg Exp $
 #
 #      INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
 #
@@ -62,9 +62,6 @@
 
 #options       KTRACE          # system call tracing via ktrace(1)
 
-#options       UVM             # Use UVM instead of Mach VM.
-
-#options       SYSVMSG         # System V-like message queues
 #options       SYSVSEM         # System V-like semaphores
 #options       SYSVSHM         # System V-like memory sharing
 #options       SHMMAXPGS=1024  # 1024 pages is the default
diff -r 2f951ea08c75 -r 71c43d8b3889 sys/arch/i386/conf/std.i386
--- a/sys/arch/i386/conf/std.i386       Wed Mar 24 05:53:59 1999 +0000
+++ b/sys/arch/i386/conf/std.i386       Wed Mar 24 06:06:09 1999 +0000
@@ -1,17 +1,9 @@
-# $NetBSD: std.i386,v 1.12 1998/08/31 17:57:02 thorpej Exp $
+# $NetBSD: std.i386,v 1.13 1999/03/24 06:06:10 mrg Exp $
 #
 # standard, required NetBSD/i386 'options'
 
 machine i386
 
-# VM pager support
-# XXX Not with UVM; garbage-collect these eventually.
-options        SWAPPAGER       # paging
-options        VNODEPAGER      # mmap() of files
-options        DEVPAGER        # mmap() of devices
-
-# UVM is the standard VM system on NetBSD/i386.
-options        UVM             # New UVM VM system
 options        PMAP_NEW        # UVM's new pmap interface
 
 options        EXEC_AOUT       # exec a.out binaries
diff -r 2f951ea08c75 -r 71c43d8b3889 sys/arch/mac68k/conf/std.mac68k
--- a/sys/arch/mac68k/conf/std.mac68k   Wed Mar 24 05:53:59 1999 +0000
+++ b/sys/arch/mac68k/conf/std.mac68k   Wed Mar 24 06:06:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.mac68k,v 1.21 1998/05/04 05:00:32 thorpej Exp $
+#      $NetBSD: std.mac68k,v 1.22 1999/03/24 06:06:10 mrg Exp $
 #
 # standard Macintosh information.
 # roughly copied from std.sparc 14 Oct 1993.
@@ -11,11 +11,4 @@
 options        EXEC_AOUT       # a.out binary support
 options        EXEC_SCRIPT     # shell script support
 
-# VM pager support
-# XXX Not with UVM: garbage-collect these eventually.
-options        SWAPPAGER       # paging; REQUIRED
-options        VNODEPAGER      # mmap() of files; REQUIRED
-options        DEVPAGER        # mmap() of devices; REQUIRED
-
-options        UVM             # New UVM VM system
 #options       PMAP_NEW        # UVM's new pmap interface
diff -r 2f951ea08c75 -r 71c43d8b3889 sys/arch/macppc/conf/std.macppc
--- a/sys/arch/macppc/conf/std.macppc   Wed Mar 24 05:53:59 1999 +0000
+++ b/sys/arch/macppc/conf/std.macppc   Wed Mar 24 06:06:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.macppc,v 1.5 1999/03/15 02:26:10 tsubai Exp $
+#      $NetBSD: std.macppc,v 1.6 1999/03/24 06:06:10 mrg Exp $
 #
 # Standard/required options for NetBSD/macppc.
 
@@ -11,12 +11,4 @@
 options        EXEC_AOUT       # (native) a.out binary support (deprecated)
 options        EXEC_SCRIPT     # shell script support
 
-# VM pager support
-# XXX Not with UVM; garbage-collect these eventually.
-options        SWAPPAGER       # paging; REQUIRED
-options        VNODEPAGER      # mmap() of files; REQUIRED
-options        DEVPAGER        # mmap() of devices; REQUIRED
-
-# UVM is the standard VM system on NetBSD/powerpc.
-options        UVM             # New UVM VM system
 #options       PMAP_NEW        # UVM's new pmap interface
diff -r 2f951ea08c75 -r 71c43d8b3889 sys/arch/mvme68k/conf/std.mvme68k
--- a/sys/arch/mvme68k/conf/std.mvme68k Wed Mar 24 05:53:59 1999 +0000
+++ b/sys/arch/mvme68k/conf/std.mvme68k Wed Mar 24 06:06:09 1999 +0000
@@ -1,16 +1,10 @@
-#      $NetBSD: std.mvme68k,v 1.4 1998/05/04 05:00:12 thorpej Exp $
+#      $NetBSD: std.mvme68k,v 1.5 1999/03/24 06:06:10 mrg Exp $
 #
 # Options/devices that all mvme68ks should have
 #
 
 machine mvme68k m68k
 
-# XXX Not with UVM: garbage-collect these eventually
-options        SWAPPAGER       # swap pager (anonymous and swap space)
-options        VNODEPAGER      # vnode pager (mapped files)
-options        DEVPAGER        # device pager (mapped devices)
-
-options        UVM             # New UVM VM system
 #options       PMAP_NEW        # UVM's new pmap interface
 
 options        EXEC_AOUT       # support for exec'ing a.out
diff -r 2f951ea08c75 -r 71c43d8b3889 sys/arch/newsmips/conf/std.newsmips
--- a/sys/arch/newsmips/conf/std.newsmips       Wed Mar 24 05:53:59 1999 +0000
+++ b/sys/arch/newsmips/conf/std.newsmips       Wed Mar 24 06:06:09 1999 +0000
@@ -1,12 +1,6 @@
-#      $NetBSD: std.newsmips,v 1.4 1999/02/15 04:32:34 hubertf Exp $
+#      $NetBSD: std.newsmips,v 1.5 1999/03/24 06:06:10 mrg Exp $
 
 machine newsmips mips
 
-options        SWAPPAGER       # paging
-options VNODEPAGER     # mmap() of files
-options DEVPAGER       # mmap() of devices
-
 options        EXEC_ELF32      # exec ELF32 binaries
 options        EXEC_SCRIPT     # exec #! scripts
-
-options        UVM             # New UVM VM system
diff -r 2f951ea08c75 -r 71c43d8b3889 sys/arch/next68k/conf/std.next68k
--- a/sys/arch/next68k/conf/std.next68k Wed Mar 24 05:53:59 1999 +0000
+++ b/sys/arch/next68k/conf/std.next68k Wed Mar 24 06:06:09 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.next68k,v 1.5 1999/01/09 05:08:55 dbj Exp $
+# $NetBSD: std.next68k,v 1.6 1999/03/24 06:06:11 mrg Exp $
 
 # Standard information for next68k
 machine        next68k m68k
@@ -6,6 +6,3 @@
 # Standard defines
 options        EXEC_AOUT
 options        EXEC_SCRIPT
-options        SWAPPAGER, VNODEPAGER, DEVPAGER
-
-options         UVM
diff -r 2f951ea08c75 -r 71c43d8b3889 sys/arch/ofppc/conf/std.ofppc
--- a/sys/arch/ofppc/conf/std.ofppc     Wed Mar 24 05:53:59 1999 +0000
+++ b/sys/arch/ofppc/conf/std.ofppc     Wed Mar 24 06:06:09 1999 +0000
@@ -1,14 +1,8 @@
-#      $NetBSD: std.ofppc,v 1.2 1998/09/03 01:43:35 sakamoto Exp $
+#      $NetBSD: std.ofppc,v 1.3 1999/03/24 06:06:11 mrg Exp $
 #
 # standard, required NetBSD/ofppc 'options'
 
 machine                ofppc powerpc
 
-options        SWAPPAGER       # paging
-options                VNODEPAGER      # mmap() of files
-options                DEVPAGER        # mmap() of devices
-
-options        UVM             # New UVM VM system
-
 options        EXEC_ELF32      # exec ELF binaries
 options        EXEC_SCRIPT     # exec #! scripts
diff -r 2f951ea08c75 -r 71c43d8b3889 sys/arch/pc532/conf/std.pc532
--- a/sys/arch/pc532/conf/std.pc532     Wed Mar 24 05:53:59 1999 +0000
+++ b/sys/arch/pc532/conf/std.pc532     Wed Mar 24 06:06:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.pc532,v 1.7 1998/09/02 19:22:14 matthias Exp $
+#      $NetBSD: std.pc532,v 1.8 1999/03/24 06:06:11 mrg Exp $
 #
 # Standard configuration info for NetBSD/pc532.
 
@@ -27,14 +27,7 @@
 scn6           at mainbus? flags 0x0 # addr 0x28000030
 scn7           at mainbus? flags 0x0 # addr 0x28000038
 
-# VM pager support
-# XXX Not with UVM; garbage-collect these eventually.
-options        SWAPPAGER       # paging
-options        VNODEPAGER      # mmap() of files
-options        DEVPAGER        # mmap() of devices
-
 # UVM is the standard VM system on NetBSD/i386.



Home | Main Index | Thread Index | Old Index