Module Name: src
Committed By: tsutsui
Date: Sat Jun 25 13:20:30 UTC 2022
Modified Files:
src/sys/arch/atari/conf: ATARITT FALCON HADES MILAN-ISAIDE MILAN-PCIIDE
SMALL030
Log Message:
Regen from GENERIC.in rev 1.123.
> Allocalte enough reserved ST-RAM to make the old Xserver work by default.
To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/sys/arch/atari/conf/ATARITT
cvs rdiff -u -r1.120 -r1.121 src/sys/arch/atari/conf/FALCON
cvs rdiff -u -r1.118 -r1.119 src/sys/arch/atari/conf/HADES
cvs rdiff -u -r1.96 -r1.97 src/sys/arch/atari/conf/MILAN-ISAIDE
cvs rdiff -u -r1.100 -r1.101 src/sys/arch/atari/conf/MILAN-PCIIDE
cvs rdiff -u -r1.26 -r1.27 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.123 src/sys/arch/atari/conf/ATARITT:1.124
--- src/sys/arch/atari/conf/ATARITT:1.123 Sun Jun 12 06:57:07 2022
+++ src/sys/arch/atari/conf/ATARITT Sat Jun 25 13:20:30 2022
@@ -1,11 +1,11 @@
#
-# $NetBSD: ATARITT,v 1.123 2022/06/12 06:57:07 tsutsui Exp $
+# $NetBSD: ATARITT,v 1.124 2022/06/25 13:20:30 tsutsui Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: GENERIC.in,v 1.122 2022/06/12 06:54:32 tsutsui Exp $
+# NetBSD: GENERIC.in,v 1.123 2022/06/25 13:17:04 tsutsui 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.
@@ -44,7 +44,7 @@ options KTRACE # Add kernel tracing syst
options USERCONF # userconf(4) support
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
options MODULAR # new style module(7) framework
-options ST_POOL_SIZE=24 # smallest that allows TT-HIGH
+options ST_POOL_SIZE=56 # for SCSI, FDC, and Xserver
options TT_SCSI # SCSI-support for TT
options TT_VIDEO # Graphics support for TT
options MEMORY_DISK_HOOKS # Boot RAM-disk
Index: src/sys/arch/atari/conf/FALCON
diff -u src/sys/arch/atari/conf/FALCON:1.120 src/sys/arch/atari/conf/FALCON:1.121
--- src/sys/arch/atari/conf/FALCON:1.120 Sun Jun 12 06:57:07 2022
+++ src/sys/arch/atari/conf/FALCON Sat Jun 25 13:20:30 2022
@@ -1,11 +1,11 @@
#
-# $NetBSD: FALCON,v 1.120 2022/06/12 06:57:07 tsutsui Exp $
+# $NetBSD: FALCON,v 1.121 2022/06/25 13:20:30 tsutsui Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: GENERIC.in,v 1.122 2022/06/12 06:54:32 tsutsui Exp $
+# NetBSD: GENERIC.in,v 1.123 2022/06/25 13:17:04 tsutsui 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.
@@ -49,7 +49,7 @@ options KTRACE # Add kernel tracing syst
options USERCONF # userconf(4) support
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
options MODULAR # new style module(7) framework
-options ST_POOL_SIZE=24 # smallest that allows TT-HIGH
+options ST_POOL_SIZE=56 # for SCSI, FDC, and Xserver
options FALCON_SCSI # SCSI-support for Falcon
options FALCON_VIDEO # Graphics support for FALCON
options MEMORY_DISK_HOOKS # Boot RAM-disk
Index: src/sys/arch/atari/conf/HADES
diff -u src/sys/arch/atari/conf/HADES:1.118 src/sys/arch/atari/conf/HADES:1.119
--- src/sys/arch/atari/conf/HADES:1.118 Sun Jun 12 06:57:07 2022
+++ src/sys/arch/atari/conf/HADES Sat Jun 25 13:20:30 2022
@@ -1,12 +1,12 @@
#
-# $NetBSD: HADES,v 1.118 2022/06/12 06:57:07 tsutsui Exp $
+# $NetBSD: HADES,v 1.119 2022/06/25 13:20:30 tsutsui 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.122 2022/06/12 06:54:32 tsutsui Exp $
+# NetBSD: GENERIC.in,v 1.123 2022/06/25 13:17:04 tsutsui 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.
@@ -48,7 +48,7 @@ options KTRACE # Add kernel tracing syst
options USERCONF # userconf(4) support
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
options MODULAR # new style module(7) framework
-options ST_POOL_SIZE=24 # smallest that allows TT-HIGH
+options ST_POOL_SIZE=56 # for SCSI, FDC, and Xserver
options TT_SCSI # SCSI-support for TT
options TT_VIDEO # Graphics support for TT
options MEMORY_DISK_HOOKS # Boot RAM-disk
Index: src/sys/arch/atari/conf/MILAN-ISAIDE
diff -u src/sys/arch/atari/conf/MILAN-ISAIDE:1.96 src/sys/arch/atari/conf/MILAN-ISAIDE:1.97
--- src/sys/arch/atari/conf/MILAN-ISAIDE:1.96 Sun Jun 12 06:57:07 2022
+++ src/sys/arch/atari/conf/MILAN-ISAIDE Sat Jun 25 13:20:30 2022
@@ -1,12 +1,12 @@
#
-# $NetBSD: MILAN-ISAIDE,v 1.96 2022/06/12 06:57:07 tsutsui Exp $
+# $NetBSD: MILAN-ISAIDE,v 1.97 2022/06/25 13:20:30 tsutsui 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.122 2022/06/12 06:54:32 tsutsui Exp $
+# NetBSD: GENERIC.in,v 1.123 2022/06/25 13:17:04 tsutsui 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.
@@ -48,7 +48,7 @@ options KTRACE # Add kernel tracing syst
options USERCONF # userconf(4) support
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
options MODULAR # new style module(7) framework
-options ST_POOL_SIZE=24 # smallest that allows TT-HIGH
+options ST_POOL_SIZE=56 # for SCSI, FDC, and Xserver
options MEMORY_DISK_HOOKS # Boot RAM-disk
options DISKLABEL_NBDA # NetBSD disklabels (required)
options DISKLABEL_AHDI # NetBSD/AHDI disklabels
Index: src/sys/arch/atari/conf/MILAN-PCIIDE
diff -u src/sys/arch/atari/conf/MILAN-PCIIDE:1.100 src/sys/arch/atari/conf/MILAN-PCIIDE:1.101
--- src/sys/arch/atari/conf/MILAN-PCIIDE:1.100 Sun Jun 12 06:57:07 2022
+++ src/sys/arch/atari/conf/MILAN-PCIIDE Sat Jun 25 13:20:30 2022
@@ -1,12 +1,12 @@
#
-# $NetBSD: MILAN-PCIIDE,v 1.100 2022/06/12 06:57:07 tsutsui Exp $
+# $NetBSD: MILAN-PCIIDE,v 1.101 2022/06/25 13:20:30 tsutsui 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.122 2022/06/12 06:54:32 tsutsui Exp $
+# NetBSD: GENERIC.in,v 1.123 2022/06/25 13:17:04 tsutsui 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.
@@ -48,7 +48,7 @@ options KTRACE # Add kernel tracing syst
options USERCONF # userconf(4) support
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
options MODULAR # new style module(7) framework
-options ST_POOL_SIZE=24 # smallest that allows TT-HIGH
+options ST_POOL_SIZE=56 # for SCSI, FDC, and Xserver
options MEMORY_DISK_HOOKS # Boot RAM-disk
options DISKLABEL_NBDA # NetBSD disklabels (required)
options DISKLABEL_AHDI # NetBSD/AHDI disklabels
Index: src/sys/arch/atari/conf/SMALL030
diff -u src/sys/arch/atari/conf/SMALL030:1.26 src/sys/arch/atari/conf/SMALL030:1.27
--- src/sys/arch/atari/conf/SMALL030:1.26 Sun Jun 12 06:57:07 2022
+++ src/sys/arch/atari/conf/SMALL030 Sat Jun 25 13:20:30 2022
@@ -1,11 +1,11 @@
#
-# $NetBSD: SMALL030,v 1.26 2022/06/12 06:57:07 tsutsui Exp $
+# $NetBSD: SMALL030,v 1.27 2022/06/25 13:20:30 tsutsui Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: GENERIC.in,v 1.122 2022/06/12 06:54:32 tsutsui Exp $
+# NetBSD: GENERIC.in,v 1.123 2022/06/25 13:17:04 tsutsui Exp $
include "arch/atari/conf/std.atari"
makeoptions COPTS="-Os -fno-unwind-tables" # optimize for space
maxusers 16
@@ -30,7 +30,7 @@ no options COMPAT_13 # NetBSD 1.3,
no options COMPAT_14 # NetBSD 1.4,
no options COMPAT_15 # NetBSD 1.5,
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
-options ST_POOL_SIZE=24 # smallest that allows TT-HIGH
+options ST_POOL_SIZE=56 # for SCSI, FDC, and Xserver
options TT_SCSI # SCSI-support for TT
options TT_VIDEO # Graphics support for TT
options FALCON_SCSI # SCSI-support for Falcon