Module Name: src Committed By: martin Date: Sun Sep 11 18:17:02 UTC 2022
Modified Files: src/sys/arch/atari/conf [netbsd-9]: ATARITT FALCON HADES MILAN-ISAIDE MILAN-PCIIDE SMALL030 Log Message: regen (ticket #1519) To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.120.4.1 src/sys/arch/atari/conf/ATARITT cvs rdiff -u -r1.117 -r1.117.4.1 src/sys/arch/atari/conf/FALCON cvs rdiff -u -r1.115 -r1.115.4.1 src/sys/arch/atari/conf/HADES cvs rdiff -u -r1.93 -r1.93.2.1 src/sys/arch/atari/conf/MILAN-ISAIDE cvs rdiff -u -r1.97 -r1.97.2.1 src/sys/arch/atari/conf/MILAN-PCIIDE cvs rdiff -u -r1.23 -r1.23.6.1 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.120 src/sys/arch/atari/conf/ATARITT:1.120.4.1 --- src/sys/arch/atari/conf/ATARITT:1.120 Sat Apr 13 08:26:14 2019 +++ src/sys/arch/atari/conf/ATARITT Sun Sep 11 18:17:02 2022 @@ -1,11 +1,11 @@ # -# $NetBSD: ATARITT,v 1.120 2019/04/13 08:26:14 isaki Exp $ +# $NetBSD: ATARITT,v 1.120.4.1 2022/09/11 18:17:02 martin Exp $ # # This file was automatically created. Changes will be # lost when running makeconf in this directory. # # Created from: -# NetBSD: GENERIC.in,v 1.118 2019/04/13 08:22:59 isaki Exp $ +# NetBSD: GENERIC.in,v 1.118.4.1 2022/09/11 18:14:55 martin Exp $ include "arch/atari/conf/std.atari" options INCLUDE_CONFIG_FILE # embed config file in kernel binary makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk @@ -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.117 src/sys/arch/atari/conf/FALCON:1.117.4.1 --- src/sys/arch/atari/conf/FALCON:1.117 Sat Apr 13 08:26:14 2019 +++ src/sys/arch/atari/conf/FALCON Sun Sep 11 18:17:02 2022 @@ -1,11 +1,11 @@ # -# $NetBSD: FALCON,v 1.117 2019/04/13 08:26:14 isaki Exp $ +# $NetBSD: FALCON,v 1.117.4.1 2022/09/11 18:17:02 martin Exp $ # # This file was automatically created. Changes will be # lost when running makeconf in this directory. # # Created from: -# NetBSD: GENERIC.in,v 1.118 2019/04/13 08:22:59 isaki Exp $ +# NetBSD: GENERIC.in,v 1.118.4.1 2022/09/11 18:14:55 martin Exp $ include "arch/atari/conf/std.atari" options INCLUDE_CONFIG_FILE # embed config file in kernel binary makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk @@ -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.115 src/sys/arch/atari/conf/HADES:1.115.4.1 --- src/sys/arch/atari/conf/HADES:1.115 Sat Apr 13 08:26:14 2019 +++ src/sys/arch/atari/conf/HADES Sun Sep 11 18:17:02 2022 @@ -1,12 +1,12 @@ # -# $NetBSD: HADES,v 1.115 2019/04/13 08:26:14 isaki Exp $ +# $NetBSD: HADES,v 1.115.4.1 2022/09/11 18:17:02 martin 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.118 2019/04/13 08:22:59 isaki Exp $ +# NetBSD: GENERIC.in,v 1.118.4.1 2022/09/11 18:14:55 martin Exp $ include "arch/atari/conf/std.hades" options INCLUDE_CONFIG_FILE # embed config file in kernel binary makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk @@ -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.93 src/sys/arch/atari/conf/MILAN-ISAIDE:1.93.2.1 --- src/sys/arch/atari/conf/MILAN-ISAIDE:1.93 Sat May 4 13:14:18 2019 +++ src/sys/arch/atari/conf/MILAN-ISAIDE Sun Sep 11 18:17:02 2022 @@ -1,12 +1,12 @@ # -# $NetBSD: MILAN-ISAIDE,v 1.93 2019/05/04 13:14:18 tsutsui Exp $ +# $NetBSD: MILAN-ISAIDE,v 1.93.2.1 2022/09/11 18:17:02 martin 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.118 2019/04/13 08:22:59 isaki Exp $ +# NetBSD: GENERIC.in,v 1.118.4.1 2022/09/11 18:14:55 martin Exp $ include "arch/atari/conf/std.milan" options INCLUDE_CONFIG_FILE # embed config file in kernel binary makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk @@ -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.97 src/sys/arch/atari/conf/MILAN-PCIIDE:1.97.2.1 --- src/sys/arch/atari/conf/MILAN-PCIIDE:1.97 Sat May 4 13:14:18 2019 +++ src/sys/arch/atari/conf/MILAN-PCIIDE Sun Sep 11 18:17:02 2022 @@ -1,12 +1,12 @@ # -# $NetBSD: MILAN-PCIIDE,v 1.97 2019/05/04 13:14:18 tsutsui Exp $ +# $NetBSD: MILAN-PCIIDE,v 1.97.2.1 2022/09/11 18:17:02 martin 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.118 2019/04/13 08:22:59 isaki Exp $ +# NetBSD: GENERIC.in,v 1.118.4.1 2022/09/11 18:14:55 martin Exp $ include "arch/atari/conf/std.milan" options INCLUDE_CONFIG_FILE # embed config file in kernel binary makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk @@ -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.23 src/sys/arch/atari/conf/SMALL030:1.23.6.1 --- src/sys/arch/atari/conf/SMALL030:1.23 Sat Mar 31 04:17:27 2018 +++ src/sys/arch/atari/conf/SMALL030 Sun Sep 11 18:17:02 2022 @@ -1,11 +1,11 @@ # -# $NetBSD: SMALL030,v 1.23 2018/03/31 04:17:27 tsutsui Exp $ +# $NetBSD: SMALL030,v 1.23.6.1 2022/09/11 18:17:02 martin Exp $ # # This file was automatically created. Changes will be # lost when running makeconf in this directory. # # Created from: -# NetBSD: GENERIC.in,v 1.115 2018/01/23 14:47:54 sevan Exp $ +# NetBSD: GENERIC.in,v 1.118.4.1 2022/09/11 18:14:55 martin Exp $ include "arch/atari/conf/std.atari" makeoptions COPTS="-Os" # 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