Module Name: src
Committed By: simonb
Date: Sun Aug 7 02:55:46 UTC 2022
Modified Files:
src/sys/arch/atari/conf: ATARITT FALCON HADES MILAN-ISAIDE MILAN-PCIIDE
SMALL030
Log Message:
Regen.
To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 src/sys/arch/atari/conf/ATARITT
cvs rdiff -u -r1.121 -r1.122 src/sys/arch/atari/conf/FALCON
cvs rdiff -u -r1.119 -r1.120 src/sys/arch/atari/conf/HADES
cvs rdiff -u -r1.97 -r1.98 src/sys/arch/atari/conf/MILAN-ISAIDE
cvs rdiff -u -r1.101 -r1.102 src/sys/arch/atari/conf/MILAN-PCIIDE
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/atari/conf/SMALL030
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/atari/conf/ATARITT
diff -u src/sys/arch/atari/conf/ATARITT:1.124 src/sys/arch/atari/conf/ATARITT:1.125
--- src/sys/arch/atari/conf/ATARITT:1.124 Sat Jun 25 13:20:30 2022
+++ src/sys/arch/atari/conf/ATARITT Sun Aug 7 02:55:46 2022
@@ -1,11 +1,11 @@
#
-# $NetBSD: ATARITT,v 1.124 2022/06/25 13:20:30 tsutsui Exp $
+# $NetBSD: ATARITT,v 1.125 2022/08/07 02:55:46 simonb Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: GENERIC.in,v 1.123 2022/06/25 13:17:04 tsutsui Exp $
+# NetBSD: GENERIC.in,v 1.124 2022/08/07 02:52:24 simonb Exp $
include "arch/atari/conf/std.atari"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
makeoptions COPTS="-O2 -fno-reorder-blocks -fno-unwind-tables -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for backtraces in DDB.
@@ -30,7 +30,7 @@ file-system PTYFS # /dev/pts/N support
file-system TMPFS # Efficient memory file-system
options WAPBL # File system journaling support
options FFS_NO_SNAPSHOT # No FFS snapshot support
-options NFSSERVER # Network File System server side code
+options NFSSERVER # Network File System server
options PANICWAIT # Require keystroke to dump/reboot
options DDB # Kernel debugger
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
Index: src/sys/arch/atari/conf/FALCON
diff -u src/sys/arch/atari/conf/FALCON:1.121 src/sys/arch/atari/conf/FALCON:1.122
--- src/sys/arch/atari/conf/FALCON:1.121 Sat Jun 25 13:20:30 2022
+++ src/sys/arch/atari/conf/FALCON Sun Aug 7 02:55:46 2022
@@ -1,11 +1,11 @@
#
-# $NetBSD: FALCON,v 1.121 2022/06/25 13:20:30 tsutsui Exp $
+# $NetBSD: FALCON,v 1.122 2022/08/07 02:55:46 simonb Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: GENERIC.in,v 1.123 2022/06/25 13:17:04 tsutsui Exp $
+# NetBSD: GENERIC.in,v 1.124 2022/08/07 02:52:24 simonb Exp $
include "arch/atari/conf/std.atari"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
makeoptions COPTS="-O2 -fno-reorder-blocks -fno-unwind-tables -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for backtraces in DDB.
@@ -35,7 +35,7 @@ file-system PTYFS # /dev/pts/N support
file-system TMPFS # Efficient memory file-system
options WAPBL # File system journaling support
options FFS_NO_SNAPSHOT # No FFS snapshot support
-options NFSSERVER # Network File System server side code
+options NFSSERVER # Network File System server
options PANICWAIT # Require keystroke to dump/reboot
options DDB # Kernel debugger
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
Index: src/sys/arch/atari/conf/HADES
diff -u src/sys/arch/atari/conf/HADES:1.119 src/sys/arch/atari/conf/HADES:1.120
--- src/sys/arch/atari/conf/HADES:1.119 Sat Jun 25 13:20:30 2022
+++ src/sys/arch/atari/conf/HADES Sun Aug 7 02:55:46 2022
@@ -1,12 +1,12 @@
#
-# $NetBSD: HADES,v 1.119 2022/06/25 13:20:30 tsutsui Exp $
+# $NetBSD: HADES,v 1.120 2022/08/07 02:55:46 simonb Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
# NetBSD: HADES.in,v 1.16 2018/03/31 04:19:41 tsutsui Exp $
-# NetBSD: GENERIC.in,v 1.123 2022/06/25 13:17:04 tsutsui Exp $
+# NetBSD: GENERIC.in,v 1.124 2022/08/07 02:52:24 simonb Exp $
include "arch/atari/conf/std.hades"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
makeoptions COPTS="-O2 -fno-reorder-blocks -fno-unwind-tables -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for backtraces in DDB.
@@ -34,7 +34,7 @@ file-system PTYFS # /dev/pts/N support
file-system TMPFS # Efficient memory file-system
options WAPBL # File system journaling support
options FFS_NO_SNAPSHOT # No FFS snapshot support
-options NFSSERVER # Network File System server side code
+options NFSSERVER # Network File System server
options PANICWAIT # Require keystroke to dump/reboot
options DDB # Kernel debugger
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
Index: src/sys/arch/atari/conf/MILAN-ISAIDE
diff -u src/sys/arch/atari/conf/MILAN-ISAIDE:1.97 src/sys/arch/atari/conf/MILAN-ISAIDE:1.98
--- src/sys/arch/atari/conf/MILAN-ISAIDE:1.97 Sat Jun 25 13:20:30 2022
+++ src/sys/arch/atari/conf/MILAN-ISAIDE Sun Aug 7 02:55:46 2022
@@ -1,12 +1,12 @@
#
-# $NetBSD: MILAN-ISAIDE,v 1.97 2022/06/25 13:20:30 tsutsui Exp $
+# $NetBSD: MILAN-ISAIDE,v 1.98 2022/08/07 02:55:46 simonb Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
# NetBSD: MILAN.in,v 1.29 2019/05/04 13:12:03 tsutsui Exp $
-# NetBSD: GENERIC.in,v 1.123 2022/06/25 13:17:04 tsutsui Exp $
+# NetBSD: GENERIC.in,v 1.124 2022/08/07 02:52:24 simonb Exp $
include "arch/atari/conf/std.milan"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
makeoptions COPTS="-O2 -fno-reorder-blocks -fno-unwind-tables -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for backtraces in DDB.
@@ -34,7 +34,7 @@ file-system PTYFS # /dev/pts/N support
file-system TMPFS # Efficient memory file-system
options WAPBL # File system journaling support
options FFS_NO_SNAPSHOT # No FFS snapshot support
-options NFSSERVER # Network File System server side code
+options NFSSERVER # Network File System server
options PANICWAIT # Require keystroke to dump/reboot
options DDB # Kernel debugger
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
Index: src/sys/arch/atari/conf/MILAN-PCIIDE
diff -u src/sys/arch/atari/conf/MILAN-PCIIDE:1.101 src/sys/arch/atari/conf/MILAN-PCIIDE:1.102
--- src/sys/arch/atari/conf/MILAN-PCIIDE:1.101 Sat Jun 25 13:20:30 2022
+++ src/sys/arch/atari/conf/MILAN-PCIIDE Sun Aug 7 02:55:46 2022
@@ -1,12 +1,12 @@
#
-# $NetBSD: MILAN-PCIIDE,v 1.101 2022/06/25 13:20:30 tsutsui Exp $
+# $NetBSD: MILAN-PCIIDE,v 1.102 2022/08/07 02:55:46 simonb Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
# NetBSD: MILAN.in,v 1.29 2019/05/04 13:12:03 tsutsui Exp $
-# NetBSD: GENERIC.in,v 1.123 2022/06/25 13:17:04 tsutsui Exp $
+# NetBSD: GENERIC.in,v 1.124 2022/08/07 02:52:24 simonb Exp $
include "arch/atari/conf/std.milan"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
makeoptions COPTS="-O2 -fno-reorder-blocks -fno-unwind-tables -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for backtraces in DDB.
@@ -34,7 +34,7 @@ file-system PTYFS # /dev/pts/N support
file-system TMPFS # Efficient memory file-system
options WAPBL # File system journaling support
options FFS_NO_SNAPSHOT # No FFS snapshot support
-options NFSSERVER # Network File System server side code
+options NFSSERVER # Network File System server
options PANICWAIT # Require keystroke to dump/reboot
options DDB # Kernel debugger
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
Index: src/sys/arch/atari/conf/SMALL030
diff -u src/sys/arch/atari/conf/SMALL030:1.27 src/sys/arch/atari/conf/SMALL030:1.28
--- src/sys/arch/atari/conf/SMALL030:1.27 Sat Jun 25 13:20:30 2022
+++ src/sys/arch/atari/conf/SMALL030 Sun Aug 7 02:55:46 2022
@@ -1,11 +1,11 @@
#
-# $NetBSD: SMALL030,v 1.27 2022/06/25 13:20:30 tsutsui Exp $
+# $NetBSD: SMALL030,v 1.28 2022/08/07 02:55:46 simonb Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: GENERIC.in,v 1.123 2022/06/25 13:17:04 tsutsui Exp $
+# NetBSD: GENERIC.in,v 1.124 2022/08/07 02:52:24 simonb Exp $
include "arch/atari/conf/std.atari"
makeoptions COPTS="-Os -fno-unwind-tables" # optimize for space
maxusers 16