Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/dreamcast/conf Add options COMPAT_16 and COMPAT_20.



details:   https://anonhg.NetBSD.org/src/rev/3f098d8a79ca
branches:  trunk
changeset: 573178:3f098d8a79ca
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Jan 21 12:24:02 2005 +0000

description:
Add options COMPAT_16 and COMPAT_20.

diffstat:

 sys/arch/dreamcast/conf/GENERIC |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c4489224e3b7 -r 3f098d8a79ca sys/arch/dreamcast/conf/GENERIC
--- a/sys/arch/dreamcast/conf/GENERIC   Fri Jan 21 12:19:25 2005 +0000
+++ b/sys/arch/dreamcast/conf/GENERIC   Fri Jan 21 12:24:02 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.48 2005/01/17 15:28:51 cube Exp $
+# $NetBSD: GENERIC,v 1.49 2005/01/21 12:24:02 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -62,6 +62,8 @@
 #options       UVMHIST_PRINT
 
 # Compatibility options
+options        COMPAT_16       # NetBSD 1.6,
+options        COMPAT_20       # NetBSD 2.0,
 options        COMPAT_43       # and 4.3BSD
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 options                COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.



Home | Main Index | Thread Index | Old Index