CVS commit: src/sys/arch/atari/conf

2022-08-14 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Mon Aug 15 04:58:52 UTC 2022

Modified Files:
src/sys/arch/atari/conf: MILAN-ISAIDE MILAN-PCIIDE

Log Message:
Regen from MILAN.in rev 1.30.

> Specify options FONT_VT220L8x16 to get similar glyphs as past font_8x16.c.


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/sys/arch/atari/conf/MILAN-ISAIDE
cvs rdiff -u -r1.102 -r1.103 src/sys/arch/atari/conf/MILAN-PCIIDE

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/MILAN-ISAIDE
diff -u src/sys/arch/atari/conf/MILAN-ISAIDE:1.98 src/sys/arch/atari/conf/MILAN-ISAIDE:1.99
--- src/sys/arch/atari/conf/MILAN-ISAIDE:1.98	Sun Aug  7 02:55:46 2022
+++ src/sys/arch/atari/conf/MILAN-ISAIDE	Mon Aug 15 04:58:52 2022
@@ -1,11 +1,11 @@
 #
-# $NetBSD: MILAN-ISAIDE,v 1.98 2022/08/07 02:55:46 simonb Exp $
+# $NetBSD: MILAN-ISAIDE,v 1.99 2022/08/15 04:58:52 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: MILAN.in,v 1.30 2022/08/15 04:40:20 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
@@ -83,6 +83,7 @@ options WS_KERNEL_BG=WSCOL_BLACK
 options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
 options WSDISPLAY_DEFAULTSCREENS=4
 options PCDISPLAY_SOFTCURSOR
+options FONT_VT220L8x16
 isab0 at mainbus0 # ISA-bus
 isa0 at isab0
 pcib0 at mainbus0 # PCI-bus

Index: src/sys/arch/atari/conf/MILAN-PCIIDE
diff -u src/sys/arch/atari/conf/MILAN-PCIIDE:1.102 src/sys/arch/atari/conf/MILAN-PCIIDE:1.103
--- src/sys/arch/atari/conf/MILAN-PCIIDE:1.102	Sun Aug  7 02:55:46 2022
+++ src/sys/arch/atari/conf/MILAN-PCIIDE	Mon Aug 15 04:58:52 2022
@@ -1,11 +1,11 @@
 #
-# $NetBSD: MILAN-PCIIDE,v 1.102 2022/08/07 02:55:46 simonb Exp $
+# $NetBSD: MILAN-PCIIDE,v 1.103 2022/08/15 04:58:52 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: MILAN.in,v 1.30 2022/08/15 04:40:20 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
@@ -83,6 +83,7 @@ options WS_KERNEL_BG=WSCOL_BLACK
 options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
 options WSDISPLAY_DEFAULTSCREENS=4
 options PCDISPLAY_SOFTCURSOR
+options FONT_VT220L8x16
 isab0 at mainbus0 # ISA-bus
 isa0 at isab0
 pcib0 at mainbus0 # PCI-bus



CVS commit: src/sys/arch/atari/conf

2022-08-14 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Mon Aug 15 04:58:52 UTC 2022

Modified Files:
src/sys/arch/atari/conf: MILAN-ISAIDE MILAN-PCIIDE

Log Message:
Regen from MILAN.in rev 1.30.

> Specify options FONT_VT220L8x16 to get similar glyphs as past font_8x16.c.


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/sys/arch/atari/conf/MILAN-ISAIDE
cvs rdiff -u -r1.102 -r1.103 src/sys/arch/atari/conf/MILAN-PCIIDE

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/atari/conf

2022-08-14 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Mon Aug 15 04:40:20 UTC 2022

Modified Files:
src/sys/arch/atari/conf: MILAN.in

Log Message:
Specify options FONT_VT220L8x16 to get similar glyphs as past font_8x16.c.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/atari/conf/MILAN.in

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/MILAN.in
diff -u src/sys/arch/atari/conf/MILAN.in:1.29 src/sys/arch/atari/conf/MILAN.in:1.30
--- src/sys/arch/atari/conf/MILAN.in:1.29	Sat May  4 13:12:03 2019
+++ src/sys/arch/atari/conf/MILAN.in	Mon Aug 15 04:40:20 2022
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: MILAN.in,v 1.29 2019/05/04 13:12:03 tsutsui Exp $
+#	$NetBSD: MILAN.in,v 1.30 2022/08/15 04:40:20 tsutsui Exp $
 #
 # Milan
 #
@@ -34,6 +34,8 @@ options 	WSDISPLAY_DEFAULTSCREENS=4
 options 	PCDISPLAY_SOFTCURSOR
 # modify the screen type of the console; defaults to "80x25"
 #options 	VGA_CONSOLE_SCREENTYPE="\"80x25\""
+# use explicit WSDISPLAY_FONTENC_IBM font that MI vga(4) assumes
+options 	FONT_VT220L8x16
 
 #
 # The following sections describe various hardware options.



CVS commit: src/sys/arch/atari/conf

2022-08-14 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Mon Aug 15 04:40:20 UTC 2022

Modified Files:
src/sys/arch/atari/conf: MILAN.in

Log Message:
Specify options FONT_VT220L8x16 to get similar glyphs as past font_8x16.c.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/atari/conf/MILAN.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/atari/conf

2022-08-06 Thread Simon Burge
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: 

CVS commit: src/sys/arch/atari/conf

2022-08-06 Thread Simon Burge
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.



CVS commit: src/sys/arch/atari/conf

2022-06-25 Thread Izumi Tsutsui
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 

CVS commit: src/sys/arch/atari/conf

2022-06-25 Thread Izumi Tsutsui
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.



CVS commit: src/sys/arch/atari/conf

2022-06-12 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Jun 12 06:57:07 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.122.

> Specify -fno-unwind-tables to shrink binaries.


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 src/sys/arch/atari/conf/ATARITT
cvs rdiff -u -r1.119 -r1.120 src/sys/arch/atari/conf/FALCON
cvs rdiff -u -r1.117 -r1.118 src/sys/arch/atari/conf/HADES
cvs rdiff -u -r1.95 -r1.96 src/sys/arch/atari/conf/MILAN-ISAIDE
cvs rdiff -u -r1.99 -r1.100 src/sys/arch/atari/conf/MILAN-PCIIDE
cvs rdiff -u -r1.25 -r1.26 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.122 src/sys/arch/atari/conf/ATARITT:1.123
--- src/sys/arch/atari/conf/ATARITT:1.122	Tue Jan 26 10:51:27 2021
+++ src/sys/arch/atari/conf/ATARITT	Sun Jun 12 06:57:07 2022
@@ -1,14 +1,14 @@
 #
-# $NetBSD: ATARITT,v 1.122 2021/01/26 10:51:27 rin Exp $
+# $NetBSD: ATARITT,v 1.123 2022/06/12 06:57:07 tsutsui Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
-#		NetBSD: GENERIC.in,v 1.121 2021/01/21 06:51:54 nia Exp $
+#		NetBSD: GENERIC.in,v 1.122 2022/06/12 06:54:32 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-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for backtraces in DDB.
+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.
 maxusers 16
 options HZ=64 # Set the clock-rate (48/64/96)
 options INSECURE # disable kernel security levels

Index: src/sys/arch/atari/conf/FALCON
diff -u src/sys/arch/atari/conf/FALCON:1.119 src/sys/arch/atari/conf/FALCON:1.120
--- src/sys/arch/atari/conf/FALCON:1.119	Tue Jan 26 10:51:27 2021
+++ src/sys/arch/atari/conf/FALCON	Sun Jun 12 06:57:07 2022
@@ -1,14 +1,14 @@
 #
-# $NetBSD: FALCON,v 1.119 2021/01/26 10:51:27 rin Exp $
+# $NetBSD: FALCON,v 1.120 2022/06/12 06:57:07 tsutsui Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
-#		NetBSD: GENERIC.in,v 1.121 2021/01/21 06:51:54 nia Exp $
+#		NetBSD: GENERIC.in,v 1.122 2022/06/12 06:54:32 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-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for backtraces in DDB.
+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.
 maxusers 16
 options HZ=64 # Set the clock-rate (48/64/96)
 options INSECURE # disable kernel security levels

Index: src/sys/arch/atari/conf/HADES
diff -u src/sys/arch/atari/conf/HADES:1.117 src/sys/arch/atari/conf/HADES:1.118
--- src/sys/arch/atari/conf/HADES:1.117	Tue Jan 26 10:51:27 2021
+++ src/sys/arch/atari/conf/HADES	Sun Jun 12 06:57:07 2022
@@ -1,15 +1,15 @@
 #
-# $NetBSD: HADES,v 1.117 2021/01/26 10:51:27 rin Exp $
+# $NetBSD: HADES,v 1.118 2022/06/12 06:57:07 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.121 2021/01/21 06:51:54 nia Exp $
+#		NetBSD: GENERIC.in,v 1.122 2022/06/12 06:54:32 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-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for backtraces in DDB.
+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.
 maxusers 16
 options HZ=64 # Set the clock-rate (48/64/96)
 options INSECURE # disable kernel security levels

Index: src/sys/arch/atari/conf/MILAN-ISAIDE
diff -u src/sys/arch/atari/conf/MILAN-ISAIDE:1.95 src/sys/arch/atari/conf/MILAN-ISAIDE:1.96
--- src/sys/arch/atari/conf/MILAN-ISAIDE:1.95	Tue Jan 26 10:51:27 2021
+++ src/sys/arch/atari/conf/MILAN-ISAIDE	Sun Jun 12 06:57:07 2022
@@ -1,15 +1,15 @@
 #
-# $NetBSD: MILAN-ISAIDE,v 1.95 2021/01/26 10:51:27 rin Exp $
+# $NetBSD: MILAN-ISAIDE,v 1.96 2022/06/12 06:57:07 tsutsui Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #		NetBSD: 

CVS commit: src/sys/arch/atari/conf

2022-06-12 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Jun 12 06:57:07 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.122.

> Specify -fno-unwind-tables to shrink binaries.


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 src/sys/arch/atari/conf/ATARITT
cvs rdiff -u -r1.119 -r1.120 src/sys/arch/atari/conf/FALCON
cvs rdiff -u -r1.117 -r1.118 src/sys/arch/atari/conf/HADES
cvs rdiff -u -r1.95 -r1.96 src/sys/arch/atari/conf/MILAN-ISAIDE
cvs rdiff -u -r1.99 -r1.100 src/sys/arch/atari/conf/MILAN-PCIIDE
cvs rdiff -u -r1.25 -r1.26 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.



CVS commit: src/sys/arch/atari/conf

2022-06-12 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Jun 12 06:54:32 UTC 2022

Modified Files:
src/sys/arch/atari/conf: GENERIC.in

Log Message:
Specify -fno-unwind-tables to shrink binaries.


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 src/sys/arch/atari/conf/GENERIC.in

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/GENERIC.in
diff -u src/sys/arch/atari/conf/GENERIC.in:1.121 src/sys/arch/atari/conf/GENERIC.in:1.122
--- src/sys/arch/atari/conf/GENERIC.in:1.121	Thu Jan 21 06:51:54 2021
+++ src/sys/arch/atari/conf/GENERIC.in	Sun Jun 12 06:54:32 2022
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC.in,v 1.121 2021/01/21 06:51:54 nia Exp $
+#	$NetBSD: GENERIC.in,v 1.122 2022/06/12 06:54:32 tsutsui Exp $
 #
 # Generic atari
 #
@@ -20,11 +20,11 @@ options 	INCLUDE_CONFIG_FILE	# embed con
 #endif /* !SMALL030_KERNEL */
 
 #if !defined(SMALL030_KERNEL)
-makeoptions	COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer" \
+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.
 #else
-makeoptions	COPTS="-Os"			# optimize for space
+makeoptions	COPTS="-Os -fno-unwind-tables"	# optimize for space
 #endif /* !SMALL030_KERNEL */
 
 #if defined(SMALL030_KERNEL) || \



CVS commit: src/sys/arch/atari/conf

2022-06-12 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Jun 12 06:54:32 UTC 2022

Modified Files:
src/sys/arch/atari/conf: GENERIC.in

Log Message:
Specify -fno-unwind-tables to shrink binaries.


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 src/sys/arch/atari/conf/GENERIC.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/atari/conf

2010-02-21 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Feb 21 18:00:14 UTC 2010

Modified Files:
src/sys/arch/atari/conf: ATARITT FALCON HADES MILAN-ISAIDE MILAN-PCIIDE
SMALL030

Log Message:
Regen from GENERIC.in rev 1.83:
 Add pseudo-device ksyms. Noticed by David Ross on port-atari.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/sys/arch/atari/conf/ATARITT
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/atari/conf/FALCON
cvs rdiff -u -r1.84 -r1.85 src/sys/arch/atari/conf/HADES
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/atari/conf/MILAN-ISAIDE
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/atari/conf/MILAN-PCIIDE
cvs rdiff -u -r1.3 -r1.4 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.