Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/conf Regen for COMPAT_20 additions.



details:   https://anonhg.NetBSD.org/src/rev/9103dc12fd75
branches:  trunk
changeset: 574243:9103dc12fd75
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri Feb 25 13:52:21 2005 +0000

description:
Regen for COMPAT_20 additions.

diffstat:

 sys/arch/atari/conf/ATARITT      |  19 ++++++++++---------
 sys/arch/atari/conf/BOOT         |  19 ++++++++++---------
 sys/arch/atari/conf/BOOTX        |  19 ++++++++++---------
 sys/arch/atari/conf/FALCON       |  19 ++++++++++---------
 sys/arch/atari/conf/HADES        |  19 ++++++++++---------
 sys/arch/atari/conf/MILAN-ISAIDE |  19 ++++++++++---------
 sys/arch/atari/conf/MILAN-PCIIDE |  19 ++++++++++---------
 7 files changed, 70 insertions(+), 63 deletions(-)

diffs (280 lines):

diff -r 58bab8b4cb56 -r 9103dc12fd75 sys/arch/atari/conf/ATARITT
--- a/sys/arch/atari/conf/ATARITT       Fri Feb 25 13:49:07 2005 +0000
+++ b/sys/arch/atari/conf/ATARITT       Fri Feb 25 13:52:21 2005 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: ATARITT,v 1.67 2005/02/18 21:05:51 dsl Exp $
+# $NetBSD: ATARITT,v 1.68 2005/02/25 13:52:21 simonb Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: ATARITT.in,v 1.4 2001/04/10 06:28:38 leo Exp $
-#              NetBSD: GENERIC.in,v 1.44 2005/01/31 16:54:33 hannken Exp $
+#              NetBSD: GENERIC.in,v 1.47 2005/02/25 13:46:48 simonb Exp $
 include "arch/atari/conf/std.atari"
 
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@@ -68,13 +68,14 @@
 options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
 
 options COMPAT_43 # 4.3 BSD compatible system calls (required)
-options COMPAT_10 # Compatibility to NetBSD1.0
-options COMPAT_11 # Compatibility to NetBSD1.1
-options COMPAT_12 # Compatibility to NetBSD1.2
-options COMPAT_13 # Compatibility to NetBSD1.3
-options COMPAT_14 # Compatibility to NetBSD1.4
-options COMPAT_15 # Compatibility to NetBSD1.5
-options COMPAT_16 # Compatibility to NetBSD1.6
+options COMPAT_10 # Compatibility with NetBSD 1.0
+options COMPAT_11 # Compatibility with NetBSD 1.1
+options COMPAT_12 # Compatibility with NetBSD 1.2
+options COMPAT_13 # Compatibility with NetBSD 1.3
+options COMPAT_14 # Compatibility with NetBSD 1.4
+options COMPAT_15 # Compatibility with NetBSD 1.5
+options COMPAT_16 # Compatibility with NetBSD 1.6
+options COMPAT_20 # Compatibility with NetBSD 2.0
 
 options COMPAT_AOUT_M68K # Compatibility to a.out executables
 options EXEC_AOUT # a.out format executables
diff -r 58bab8b4cb56 -r 9103dc12fd75 sys/arch/atari/conf/BOOT
--- a/sys/arch/atari/conf/BOOT  Fri Feb 25 13:49:07 2005 +0000
+++ b/sys/arch/atari/conf/BOOT  Fri Feb 25 13:52:21 2005 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: BOOT,v 1.60 2005/01/31 16:58:31 hannken Exp $
+# $NetBSD: BOOT,v 1.61 2005/02/25 13:52:21 simonb Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: FALCON.in,v 1.7 2003/10/08 11:05:27 bouyer Exp $
-#              NetBSD: GENERIC.in,v 1.44 2005/01/31 16:54:33 hannken Exp $
+#              NetBSD: GENERIC.in,v 1.47 2005/02/25 13:46:48 simonb Exp $
 include "arch/atari/conf/std.atari"
 
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@@ -30,13 +30,14 @@
 options PANICWAIT # Require keystroke to dump/reboot
 options DDB # Kernel debugger
 options COMPAT_43 # 4.3 BSD compatible system calls (required)
-options COMPAT_10 # Compatibility to NetBSD1.0
-options COMPAT_11 # Compatibility to NetBSD1.1
-options COMPAT_12 # Compatibility to NetBSD1.2
-options COMPAT_13 # Compatibility to NetBSD1.3
-options COMPAT_14 # Compatibility to NetBSD1.4
-options COMPAT_15 # Compatibility to NetBSD1.5
-options COMPAT_16 # Compatibility to NetBSD1.6
+options COMPAT_10 # Compatibility with NetBSD 1.0
+options COMPAT_11 # Compatibility with NetBSD 1.1
+options COMPAT_12 # Compatibility with NetBSD 1.2
+options COMPAT_13 # Compatibility with NetBSD 1.3
+options COMPAT_14 # Compatibility with NetBSD 1.4
+options COMPAT_15 # Compatibility with NetBSD 1.5
+options COMPAT_16 # Compatibility with NetBSD 1.6
+options COMPAT_20 # Compatibility with NetBSD 2.0
 
 options COMPAT_AOUT_M68K # Compatibility to a.out executables
 options EXEC_AOUT # a.out format executables
diff -r 58bab8b4cb56 -r 9103dc12fd75 sys/arch/atari/conf/BOOTX
--- a/sys/arch/atari/conf/BOOTX Fri Feb 25 13:49:07 2005 +0000
+++ b/sys/arch/atari/conf/BOOTX Fri Feb 25 13:52:21 2005 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: BOOTX,v 1.55 2005/01/31 16:58:32 hannken Exp $
+# $NetBSD: BOOTX,v 1.56 2005/02/25 13:52:21 simonb Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: FALCON.in,v 1.7 2003/10/08 11:05:27 bouyer Exp $
-#              NetBSD: GENERIC.in,v 1.44 2005/01/31 16:54:33 hannken Exp $
+#              NetBSD: GENERIC.in,v 1.47 2005/02/25 13:46:48 simonb Exp $
 include "arch/atari/conf/std.atari"
 
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@@ -30,13 +30,14 @@
 options PANICWAIT # Require keystroke to dump/reboot
 options DDB # Kernel debugger
 options COMPAT_43 # 4.3 BSD compatible system calls (required)
-options COMPAT_10 # Compatibility to NetBSD1.0
-options COMPAT_11 # Compatibility to NetBSD1.1
-options COMPAT_12 # Compatibility to NetBSD1.2
-options COMPAT_13 # Compatibility to NetBSD1.3
-options COMPAT_14 # Compatibility to NetBSD1.4
-options COMPAT_15 # Compatibility to NetBSD1.5
-options COMPAT_16 # Compatibility to NetBSD1.6
+options COMPAT_10 # Compatibility with NetBSD 1.0
+options COMPAT_11 # Compatibility with NetBSD 1.1
+options COMPAT_12 # Compatibility with NetBSD 1.2
+options COMPAT_13 # Compatibility with NetBSD 1.3
+options COMPAT_14 # Compatibility with NetBSD 1.4
+options COMPAT_15 # Compatibility with NetBSD 1.5
+options COMPAT_16 # Compatibility with NetBSD 1.6
+options COMPAT_20 # Compatibility with NetBSD 2.0
 
 options COMPAT_AOUT_M68K # Compatibility to a.out executables
 options EXEC_AOUT # a.out format executables
diff -r 58bab8b4cb56 -r 9103dc12fd75 sys/arch/atari/conf/FALCON
--- a/sys/arch/atari/conf/FALCON        Fri Feb 25 13:49:07 2005 +0000
+++ b/sys/arch/atari/conf/FALCON        Fri Feb 25 13:52:21 2005 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: FALCON,v 1.65 2005/01/31 16:58:32 hannken Exp $
+# $NetBSD: FALCON,v 1.66 2005/02/25 13:52:21 simonb Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: FALCON.in,v 1.7 2003/10/08 11:05:27 bouyer Exp $
-#              NetBSD: GENERIC.in,v 1.44 2005/01/31 16:54:33 hannken Exp $
+#              NetBSD: GENERIC.in,v 1.47 2005/02/25 13:46:48 simonb Exp $
 include "arch/atari/conf/std.atari"
 
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@@ -66,13 +66,14 @@
 options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
 
 options COMPAT_43 # 4.3 BSD compatible system calls (required)
-options COMPAT_10 # Compatibility to NetBSD1.0
-options COMPAT_11 # Compatibility to NetBSD1.1
-options COMPAT_12 # Compatibility to NetBSD1.2
-options COMPAT_13 # Compatibility to NetBSD1.3
-options COMPAT_14 # Compatibility to NetBSD1.4
-options COMPAT_15 # Compatibility to NetBSD1.5
-options COMPAT_16 # Compatibility to NetBSD1.6
+options COMPAT_10 # Compatibility with NetBSD 1.0
+options COMPAT_11 # Compatibility with NetBSD 1.1
+options COMPAT_12 # Compatibility with NetBSD 1.2
+options COMPAT_13 # Compatibility with NetBSD 1.3
+options COMPAT_14 # Compatibility with NetBSD 1.4
+options COMPAT_15 # Compatibility with NetBSD 1.5
+options COMPAT_16 # Compatibility with NetBSD 1.6
+options COMPAT_20 # Compatibility with NetBSD 2.0
 
 options COMPAT_AOUT_M68K # Compatibility to a.out executables
 options EXEC_AOUT # a.out format executables
diff -r 58bab8b4cb56 -r 9103dc12fd75 sys/arch/atari/conf/HADES
--- a/sys/arch/atari/conf/HADES Fri Feb 25 13:49:07 2005 +0000
+++ b/sys/arch/atari/conf/HADES Fri Feb 25 13:52:21 2005 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: HADES,v 1.57 2005/01/31 16:58:32 hannken Exp $
+# $NetBSD: HADES,v 1.58 2005/02/25 13:52:21 simonb Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: HADES.in,v 1.7 2003/10/08 11:05:27 bouyer Exp $
-#              NetBSD: GENERIC.in,v 1.44 2005/01/31 16:54:33 hannken Exp $
+#              NetBSD: GENERIC.in,v 1.47 2005/02/25 13:46:48 simonb Exp $
 include "arch/atari/conf/std.hades"
 
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@@ -68,13 +68,14 @@
 options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
 
 options COMPAT_43 # 4.3 BSD compatible system calls (required)
-options COMPAT_10 # Compatibility to NetBSD1.0
-options COMPAT_11 # Compatibility to NetBSD1.1
-options COMPAT_12 # Compatibility to NetBSD1.2
-options COMPAT_13 # Compatibility to NetBSD1.3
-options COMPAT_14 # Compatibility to NetBSD1.4
-options COMPAT_15 # Compatibility to NetBSD1.5
-options COMPAT_16 # Compatibility to NetBSD1.6
+options COMPAT_10 # Compatibility with NetBSD 1.0
+options COMPAT_11 # Compatibility with NetBSD 1.1
+options COMPAT_12 # Compatibility with NetBSD 1.2
+options COMPAT_13 # Compatibility with NetBSD 1.3
+options COMPAT_14 # Compatibility with NetBSD 1.4
+options COMPAT_15 # Compatibility with NetBSD 1.5
+options COMPAT_16 # Compatibility with NetBSD 1.6
+options COMPAT_20 # Compatibility with NetBSD 2.0
 
 options COMPAT_AOUT_M68K # Compatibility to a.out executables
 options EXEC_AOUT # a.out format executables
diff -r 58bab8b4cb56 -r 9103dc12fd75 sys/arch/atari/conf/MILAN-ISAIDE
--- a/sys/arch/atari/conf/MILAN-ISAIDE  Fri Feb 25 13:49:07 2005 +0000
+++ b/sys/arch/atari/conf/MILAN-ISAIDE  Fri Feb 25 13:52:21 2005 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: MILAN-ISAIDE,v 1.33 2005/01/31 16:58:32 hannken Exp $
+# $NetBSD: MILAN-ISAIDE,v 1.34 2005/02/25 13:52:21 simonb Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: MILAN.in,v 1.17 2004/11/24 20:49:20 bouyer Exp $
-#              NetBSD: GENERIC.in,v 1.44 2005/01/31 16:54:33 hannken Exp $
+#              NetBSD: GENERIC.in,v 1.47 2005/02/25 13:46:48 simonb Exp $
 include "arch/atari/conf/std.milan"
 
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@@ -68,13 +68,14 @@
 options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
 
 options COMPAT_43 # 4.3 BSD compatible system calls (required)
-options COMPAT_10 # Compatibility to NetBSD1.0
-options COMPAT_11 # Compatibility to NetBSD1.1
-options COMPAT_12 # Compatibility to NetBSD1.2
-options COMPAT_13 # Compatibility to NetBSD1.3
-options COMPAT_14 # Compatibility to NetBSD1.4
-options COMPAT_15 # Compatibility to NetBSD1.5
-options COMPAT_16 # Compatibility to NetBSD1.6
+options COMPAT_10 # Compatibility with NetBSD 1.0
+options COMPAT_11 # Compatibility with NetBSD 1.1
+options COMPAT_12 # Compatibility with NetBSD 1.2
+options COMPAT_13 # Compatibility with NetBSD 1.3
+options COMPAT_14 # Compatibility with NetBSD 1.4
+options COMPAT_15 # Compatibility with NetBSD 1.5
+options COMPAT_16 # Compatibility with NetBSD 1.6
+options COMPAT_20 # Compatibility with NetBSD 2.0
 
 options COMPAT_AOUT_M68K # Compatibility to a.out executables
 options EXEC_AOUT # a.out format executables
diff -r 58bab8b4cb56 -r 9103dc12fd75 sys/arch/atari/conf/MILAN-PCIIDE
--- a/sys/arch/atari/conf/MILAN-PCIIDE  Fri Feb 25 13:49:07 2005 +0000
+++ b/sys/arch/atari/conf/MILAN-PCIIDE  Fri Feb 25 13:52:21 2005 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: MILAN-PCIIDE,v 1.36 2005/01/31 16:58:32 hannken Exp $
+# $NetBSD: MILAN-PCIIDE,v 1.37 2005/02/25 13:52:21 simonb Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: MILAN.in,v 1.17 2004/11/24 20:49:20 bouyer Exp $
-#              NetBSD: GENERIC.in,v 1.44 2005/01/31 16:54:33 hannken Exp $
+#              NetBSD: GENERIC.in,v 1.47 2005/02/25 13:46:48 simonb Exp $
 include "arch/atari/conf/std.milan"
 
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@@ -68,13 +68,14 @@
 options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
 
 options COMPAT_43 # 4.3 BSD compatible system calls (required)
-options COMPAT_10 # Compatibility to NetBSD1.0
-options COMPAT_11 # Compatibility to NetBSD1.1
-options COMPAT_12 # Compatibility to NetBSD1.2
-options COMPAT_13 # Compatibility to NetBSD1.3
-options COMPAT_14 # Compatibility to NetBSD1.4
-options COMPAT_15 # Compatibility to NetBSD1.5
-options COMPAT_16 # Compatibility to NetBSD1.6
+options COMPAT_10 # Compatibility with NetBSD 1.0
+options COMPAT_11 # Compatibility with NetBSD 1.1
+options COMPAT_12 # Compatibility with NetBSD 1.2
+options COMPAT_13 # Compatibility with NetBSD 1.3
+options COMPAT_14 # Compatibility with NetBSD 1.4
+options COMPAT_15 # Compatibility with NetBSD 1.5
+options COMPAT_16 # Compatibility with NetBSD 1.6
+options COMPAT_20 # Compatibility with NetBSD 2.0
 
 options COMPAT_AOUT_M68K # Compatibility to a.out executables
 options EXEC_AOUT # a.out format executables



Home | Main Index | Thread Index | Old Index