Source-Changes-HG archive

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

[src/trunk]: src/sys/arch remove PMAP_NEW



details:   https://anonhg.NetBSD.org/src/rev/bc1eb41a4ff0
branches:  trunk
changeset: 482858:bc1eb41a4ff0
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Feb 23 21:14:12 2000 +0000

description:
remove PMAP_NEW

diffstat:

 sys/arch/mmeye/conf/GENERIC |  6 ++----
 sys/arch/mmeye/conf/MMEYE   |  3 +--
 sys/arch/sh3/conf/std.sh3   |  3 +--
 3 files changed, 4 insertions(+), 8 deletions(-)

diffs (58 lines):

diff -r 0801dff804bf -r bc1eb41a4ff0 sys/arch/mmeye/conf/GENERIC
--- a/sys/arch/mmeye/conf/GENERIC       Wed Feb 23 20:16:57 2000 +0000
+++ b/sys/arch/mmeye/conf/GENERIC       Wed Feb 23 21:14:12 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.7 2000/01/23 23:46:14 hubertf Exp $
+#      $NetBSD: GENERIC,v 1.8 2000/02/23 21:14:12 msaitoh Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/mmeye/conf/std.mmeye"
 
-#ident                 "GENERIC-$Revision: 1.7 $"
+#ident                 "GENERIC-$Revision: 1.8 $"
 
 maxusers       16              # estimated number of users
 
@@ -25,8 +25,6 @@
 options        NTP             # NTP phase/frequency locked loop
 options        KTRACE          # system call tracing via ktrace(1)
 
-#options       PMAP_NEW        # new pmap interface
-
 options        SYSVMSG         # System V-like message queues
 options        SYSVSEM         # System V-like semaphores
 options        SYSVSHM         # System V-like memory sharing
diff -r 0801dff804bf -r bc1eb41a4ff0 sys/arch/mmeye/conf/MMEYE
--- a/sys/arch/mmeye/conf/MMEYE Wed Feb 23 20:16:57 2000 +0000
+++ b/sys/arch/mmeye/conf/MMEYE Wed Feb 23 21:14:12 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: MMEYE,v 1.3 1999/09/14 11:20:52 tsubai Exp $
+#      $NetBSD: MMEYE,v 1.4 2000/02/23 21:14:12 msaitoh Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -23,7 +23,6 @@
 #options       NTP             # NTP phase/frequency locked loop
 
 options        KTRACE          # system call tracing via ktrace(1)
-options        PMAP_NEW        # new pmap interface
 
 # Diagnostic/debugging support options
 #options       DIAGNOSTIC      # cheap kernel consistency checks
diff -r 0801dff804bf -r bc1eb41a4ff0 sys/arch/sh3/conf/std.sh3
--- a/sys/arch/sh3/conf/std.sh3 Wed Feb 23 20:16:57 2000 +0000
+++ b/sys/arch/sh3/conf/std.sh3 Wed Feb 23 21:14:12 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.sh3,v 1.2 1999/11/15 19:00:30 fvdl Exp $
+# $NetBSD: std.sh3,v 1.3 2000/02/23 21:14:13 msaitoh Exp $
 #
 # standard, required NetBSD/sh3 'options'
 
@@ -8,5 +8,4 @@
 cinclude "conf/files.softdep"
 prefix
 
-#options PMAP_NEW      # UVM's new pmap interface
 options EXEC_SCRIPT    # exec #! scripts



Home | Main Index | Thread Index | Old Index