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_15



details:   https://anonhg.NetBSD.org/src/rev/61698ba55243
branches:  trunk
changeset: 503184:61698ba55243
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Fri Feb 02 10:53:48 2001 +0000

description:
Add COMPAT_15

diffstat:

 sys/arch/i386/conf/GENERIC        |  5 +++--
 sys/arch/i386/conf/GENERIC_LAPTOP |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (50 lines):

diff -r 375455963b4f -r 61698ba55243 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Fri Feb 02 08:31:04 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC        Fri Feb 02 10:53:48 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.397 2001/01/30 23:32:35 tshiozak Exp $
+#      $NetBSD: GENERIC,v 1.398 2001/02/02 10:53:48 fvdl Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.397 $"
+#ident                 "GENERIC-$Revision: 1.398 $"
 
 maxusers       32              # estimated number of users
 
@@ -75,6 +75,7 @@
 options        COMPAT_12       # NetBSD 1.2,
 options        COMPAT_13       # NetBSD 1.3,
 options        COMPAT_14       # NetBSD 1.4,
+options        COMPAT_15       # NetBSD 1.5,
 options        COMPAT_43       # and 4.3BSD
 options        COMPAT_386BSD_MBRPART # recognize old partition ID
 
diff -r 375455963b4f -r 61698ba55243 sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Fri Feb 02 08:31:04 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Fri Feb 02 10:53:48 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.11 2001/01/30 23:32:36 tshiozak Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.12 2001/02/02 10:54:37 fvdl Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.11 $"
+#ident                 "GENERIC-$Revision: 1.12 $"
 
 maxusers       32              # estimated number of users
 
@@ -75,6 +75,7 @@
 options        COMPAT_12       # NetBSD 1.2,
 options        COMPAT_13       # NetBSD 1.3,
 options        COMPAT_14       # NetBSD 1.4,
+options        COMPAT_15       # NetBSD 1.5,
 options        COMPAT_43       # and 4.3BSD
 options        COMPAT_386BSD_MBRPART # recognize old partition ID
 



Home | Main Index | Thread Index | Old Index