Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mmeye/conf g/c COMPAT_13 - there wasn't any 1.3 rel...
details: https://anonhg.NetBSD.org/src/rev/84495d9671f6
branches: trunk
changeset: 533746:84495d9671f6
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Mon Jul 08 22:14:35 2002 +0000
description:
g/c COMPAT_13 - there wasn't any 1.3 release of mmeye. According
to removal log of sys/arch/sh3/sh3/compat_13_machdep.c, COMPAT_13 was trace
of i386 port.
diffstat:
sys/arch/mmeye/conf/GENERIC | 5 ++---
sys/arch/mmeye/conf/MMEYE | 3 +--
sys/arch/mmeye/conf/MMTA | 3 +--
sys/arch/mmeye/conf/MMTAICE | 3 +--
sys/arch/mmeye/conf/MMTANEW | 3 +--
sys/arch/mmeye/conf/MMTAROMNEW | 3 +--
6 files changed, 7 insertions(+), 13 deletions(-)
diffs (111 lines):
diff -r bef8376204b1 -r 84495d9671f6 sys/arch/mmeye/conf/GENERIC
--- a/sys/arch/mmeye/conf/GENERIC Mon Jul 08 21:51:02 2002 +0000
+++ b/sys/arch/mmeye/conf/GENERIC Mon Jul 08 22:14:35 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.40 2002/06/17 05:14:16 lukem Exp $
+# $NetBSD: GENERIC,v 1.41 2002/07/08 22:14:35 jdolecek Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.40 $"
+#ident "GENERIC-$Revision: 1.41 $"
maxusers 16 # estimated number of users
@@ -66,7 +66,6 @@
#makeoptions DEBUG="-g" # compile full symbol table
# Compatibility options
-options COMPAT_13 # NetBSD 1.3
options COMPAT_14 # NetBSD 1.4,
options COMPAT_43 # and 4.3BSD
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
diff -r bef8376204b1 -r 84495d9671f6 sys/arch/mmeye/conf/MMEYE
--- a/sys/arch/mmeye/conf/MMEYE Mon Jul 08 21:51:02 2002 +0000
+++ b/sys/arch/mmeye/conf/MMEYE Mon Jul 08 22:14:35 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MMEYE,v 1.15 2002/06/17 05:14:16 lukem Exp $
+# $NetBSD: MMEYE,v 1.16 2002/07/08 22:14:35 jdolecek Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -38,7 +38,6 @@
#options SYSCALL_DEBUG
# Compatibility options
-options COMPAT_13 # NetBSD 1.3
options COMPAT_14 # NetBSD 1.4,
options COMPAT_43 # and 4.3BSD
diff -r bef8376204b1 -r 84495d9671f6 sys/arch/mmeye/conf/MMTA
--- a/sys/arch/mmeye/conf/MMTA Mon Jul 08 21:51:02 2002 +0000
+++ b/sys/arch/mmeye/conf/MMTA Mon Jul 08 22:14:35 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MMTA,v 1.16 2002/06/17 05:14:16 lukem Exp $
+# $NetBSD: MMTA,v 1.17 2002/07/08 22:14:35 jdolecek Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -50,7 +50,6 @@
options SYSCALL_DEBUG
# Compatibility options
-options COMPAT_13 # NetBSD 1.3
options COMPAT_43 # and 4.3BSD
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
diff -r bef8376204b1 -r 84495d9671f6 sys/arch/mmeye/conf/MMTAICE
--- a/sys/arch/mmeye/conf/MMTAICE Mon Jul 08 21:51:02 2002 +0000
+++ b/sys/arch/mmeye/conf/MMTAICE Mon Jul 08 22:14:35 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MMTAICE,v 1.16 2002/06/17 05:14:16 lukem Exp $
+# $NetBSD: MMTAICE,v 1.17 2002/07/08 22:14:35 jdolecek Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -81,7 +81,6 @@
options SYSCALL_DEBUG
# Compatibility options
-options COMPAT_13 # NetBSD 1.3
options COMPAT_43 # and 4.3BSD
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
diff -r bef8376204b1 -r 84495d9671f6 sys/arch/mmeye/conf/MMTANEW
--- a/sys/arch/mmeye/conf/MMTANEW Mon Jul 08 21:51:02 2002 +0000
+++ b/sys/arch/mmeye/conf/MMTANEW Mon Jul 08 22:14:35 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MMTANEW,v 1.16 2002/06/17 05:14:16 lukem Exp $
+# $NetBSD: MMTANEW,v 1.17 2002/07/08 22:14:35 jdolecek Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -55,7 +55,6 @@
options SYSCALL_DEBUG
# Compatibility options
-options COMPAT_13 # NetBSD 1.3
options COMPAT_43 # and 4.3BSD
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
diff -r bef8376204b1 -r 84495d9671f6 sys/arch/mmeye/conf/MMTAROMNEW
--- a/sys/arch/mmeye/conf/MMTAROMNEW Mon Jul 08 21:51:02 2002 +0000
+++ b/sys/arch/mmeye/conf/MMTAROMNEW Mon Jul 08 22:14:35 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MMTAROMNEW,v 1.16 2002/06/17 05:14:17 lukem Exp $
+# $NetBSD: MMTAROMNEW,v 1.17 2002/07/08 22:14:35 jdolecek Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -60,7 +60,6 @@
#options SYSCALL_DEBUG
# Compatibility options
-options COMPAT_13 # NetBSD 1.3
options COMPAT_43 # and 4.3BSD
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
Home |
Main Index |
Thread Index |
Old Index