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 from GENERIC.in rev 1.123.
details: https://anonhg.NetBSD.org/src/rev/14a70db30d7d
branches: trunk
changeset: 368136:14a70db30d7d
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Jun 25 13:20:30 2022 +0000
description:
Regen from GENERIC.in rev 1.123.
> Allocalte enough reserved ST-RAM to make the old Xserver work by default.
diffstat:
sys/arch/atari/conf/ATARITT | 6 +++---
sys/arch/atari/conf/FALCON | 6 +++---
sys/arch/atari/conf/HADES | 6 +++---
sys/arch/atari/conf/MILAN-ISAIDE | 6 +++---
sys/arch/atari/conf/MILAN-PCIIDE | 6 +++---
sys/arch/atari/conf/SMALL030 | 6 +++---
6 files changed, 18 insertions(+), 18 deletions(-)
diffs (159 lines):
diff -r a094e4ced49c -r 14a70db30d7d sys/arch/atari/conf/ATARITT
--- a/sys/arch/atari/conf/ATARITT Sat Jun 25 13:17:04 2022 +0000
+++ b/sys/arch/atari/conf/ATARITT Sat Jun 25 13:20:30 2022 +0000
@@ -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 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
diff -r a094e4ced49c -r 14a70db30d7d sys/arch/atari/conf/FALCON
--- a/sys/arch/atari/conf/FALCON Sat Jun 25 13:17:04 2022 +0000
+++ b/sys/arch/atari/conf/FALCON Sat Jun 25 13:20:30 2022 +0000
@@ -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 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
diff -r a094e4ced49c -r 14a70db30d7d sys/arch/atari/conf/HADES
--- a/sys/arch/atari/conf/HADES Sat Jun 25 13:17:04 2022 +0000
+++ b/sys/arch/atari/conf/HADES Sat Jun 25 13:20:30 2022 +0000
@@ -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 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
diff -r a094e4ced49c -r 14a70db30d7d sys/arch/atari/conf/MILAN-ISAIDE
--- a/sys/arch/atari/conf/MILAN-ISAIDE Sat Jun 25 13:17:04 2022 +0000
+++ b/sys/arch/atari/conf/MILAN-ISAIDE Sat Jun 25 13:20:30 2022 +0000
@@ -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 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
diff -r a094e4ced49c -r 14a70db30d7d sys/arch/atari/conf/MILAN-PCIIDE
--- a/sys/arch/atari/conf/MILAN-PCIIDE Sat Jun 25 13:17:04 2022 +0000
+++ b/sys/arch/atari/conf/MILAN-PCIIDE Sat Jun 25 13:20:30 2022 +0000
@@ -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 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
diff -r a094e4ced49c -r 14a70db30d7d sys/arch/atari/conf/SMALL030
--- a/sys/arch/atari/conf/SMALL030 Sat Jun 25 13:17:04 2022 +0000
+++ b/sys/arch/atari/conf/SMALL030 Sat Jun 25 13:20:30 2022 +0000
@@ -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_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
Home |
Main Index |
Thread Index |
Old Index