Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Add "COMPAT_16" option.



details:   https://anonhg.NetBSD.org/src/rev/acdf08373fc0
branches:  trunk
changeset: 551490:acdf08373fc0
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Sep 07 09:33:56 2003 +0000

description:
Add "COMPAT_16" option.

diffstat:

 sys/arch/i386/conf/INSTALL        |  3 ++-
 sys/arch/i386/conf/INSTALL_LAPTOP |  3 ++-
 sys/arch/i386/conf/INSTALL_SMALL  |  5 +++--
 sys/arch/i386/conf/INSTALL_TINY   |  3 ++-
 4 files changed, 9 insertions(+), 5 deletions(-)

diffs (71 lines):

diff -r 60c4e3675532 -r acdf08373fc0 sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL        Sun Sep 07 09:31:47 2003 +0000
+++ b/sys/arch/i386/conf/INSTALL        Sun Sep 07 09:33:56 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.222 2003/09/06 03:25:26 itojun Exp $
+#      $NetBSD: INSTALL,v 1.223 2003/09/07 09:33:56 tron Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -94,6 +94,7 @@
 options        COMPAT_13       # NetBSD 1.3, 386BSD, and BSDI
 options        COMPAT_14       # NetBSD 1.4
 options        COMPAT_15       # NetBSD 1.5
+options        COMPAT_16       # NetBSD 1.6
 #options       COMPAT_43       # 4.3BSD, 386BSD, and BSDI
 options        COMPAT_386BSD_MBRPART # recognize old partition ID
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
diff -r 60c4e3675532 -r acdf08373fc0 sys/arch/i386/conf/INSTALL_LAPTOP
--- a/sys/arch/i386/conf/INSTALL_LAPTOP Sun Sep 07 09:31:47 2003 +0000
+++ b/sys/arch/i386/conf/INSTALL_LAPTOP Sun Sep 07 09:33:56 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL_LAPTOP,v 1.45 2003/09/06 03:25:27 itojun Exp $
+#      $NetBSD: INSTALL_LAPTOP,v 1.46 2003/09/07 09:33:57 tron Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -94,6 +94,7 @@
 options        COMPAT_13       # NetBSD 1.3, 386BSD, and BSDI
 options        COMPAT_14       # NetBSD 1.4
 options        COMPAT_15       # NetBSD 1.5
+options        COMPAT_16       # NetBSD 1.6
 #options       COMPAT_43       # 4.3BSD, 386BSD, and BSDI
 options        COMPAT_386BSD_MBRPART # recognize old partition ID
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
diff -r 60c4e3675532 -r acdf08373fc0 sys/arch/i386/conf/INSTALL_SMALL
--- a/sys/arch/i386/conf/INSTALL_SMALL  Sun Sep 07 09:31:47 2003 +0000
+++ b/sys/arch/i386/conf/INSTALL_SMALL  Sun Sep 07 09:33:56 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL_SMALL,v 1.99 2003/09/06 03:25:27 itojun Exp $
+#      $NetBSD: INSTALL_SMALL,v 1.100 2003/09/07 09:33:57 tron Exp $
 #
 #      INSTALL_SMALL - Small Installation kernel.
 #
@@ -90,8 +90,9 @@
 #options       COMPAT_11       # NetBSD 1.1
 #options       COMPAT_12       # NetBSD 1.2, 386BSD, and BSDI
 #options       COMPAT_13       # NetBSD 1.3, 386BSD, and BSDI
-options        COMPAT_14       # NetBSD 1.4
+#options       COMPAT_14       # NetBSD 1.4
 options        COMPAT_15       # NetBSD 1.5
+options        COMPAT_16       # NetBSD 1.6
 #options       COMPAT_43       # 4.3BSD, 386BSD, and BSDI
 options        COMPAT_386BSD_MBRPART # recognize old partition ID
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
diff -r 60c4e3675532 -r acdf08373fc0 sys/arch/i386/conf/INSTALL_TINY
--- a/sys/arch/i386/conf/INSTALL_TINY   Sun Sep 07 09:31:47 2003 +0000
+++ b/sys/arch/i386/conf/INSTALL_TINY   Sun Sep 07 09:33:56 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL_TINY,v 1.72 2003/09/06 03:25:27 itojun Exp $
+#      $NetBSD: INSTALL_TINY,v 1.73 2003/09/07 09:33:57 tron Exp $
 #
 #      INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
 #
@@ -92,6 +92,7 @@
 #options       COMPAT_13       # NetBSD 1.3, 386BSD, and BSDI
 #options       COMPAT_14       # NetBSD 1.4
 #options       COMPAT_15       # NetBSD 1.5
+#options       COMPAT_16       # NetBSD 1.6
 #options       COMPAT_43       # 4.3BSD, 386BSD, and BSDI
 options        COMPAT_386BSD_MBRPART # recognize old partition ID
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.



Home | Main Index | Thread Index | Old Index