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

2023-01-05 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Thu Jan  5 18:48:13 UTC 2023

Modified Files:
src/sys/arch/mac68k/conf: INSTALL

Log Message:
Disable (comment out) options DIAGNOSTIC in INSTALL kernels.

It has been there since the initial revision 1.1 while
it was disabled in GENERIC in revision 1.121 back in 2002:
 http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/mac68k/conf/GENERIC#rev1.121

Briefly discussed in PR/57107, and maybe should be pulled up to
netbsd-9 and netbsd-10.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/mac68k/conf/INSTALL

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



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

2023-01-05 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Thu Jan  5 18:48:13 UTC 2023

Modified Files:
src/sys/arch/mac68k/conf: INSTALL

Log Message:
Disable (comment out) options DIAGNOSTIC in INSTALL kernels.

It has been there since the initial revision 1.1 while
it was disabled in GENERIC in revision 1.121 back in 2002:
 http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/mac68k/conf/GENERIC#rev1.121

Briefly discussed in PR/57107, and maybe should be pulled up to
netbsd-9 and netbsd-10.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/mac68k/conf/INSTALL

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/mac68k/conf/INSTALL
diff -u src/sys/arch/mac68k/conf/INSTALL:1.57 src/sys/arch/mac68k/conf/INSTALL:1.58
--- src/sys/arch/mac68k/conf/INSTALL:1.57	Mon Aug 10 06:32:58 2020
+++ src/sys/arch/mac68k/conf/INSTALL	Thu Jan  5 18:48:13 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: INSTALL,v 1.57 2020/08/10 06:32:58 rin Exp $
+#	$NetBSD: INSTALL,v 1.58 2023/01/05 18:48:13 tsutsui Exp $
 #
 # INSTALL
 
@@ -38,7 +38,7 @@ options		PIPE_SOCKETPAIR		# smaller, but
 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
 
 # Diagnostic/debugging support options - XXX remove these at some point
-options 	DIAGNOSTIC	# cheap kernel consistency checks
+#options 	DIAGNOSTIC	# cheap kernel consistency checks
 options 	DDB		# in-kernel debugger
 pseudo-device	ksyms
 #options 	ADB_DEBUG	# ADB debugging



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

2019-08-22 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Thu Aug 22 14:52:58 UTC 2019

Modified Files:
src/sys/arch/mac68k/conf: files.mac68k

Log Message:
G/C obsoleted


To generate a diff of this commit:
cvs rdiff -u -r1.129 -r1.130 src/sys/arch/mac68k/conf/files.mac68k

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



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

2019-08-22 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Thu Aug 22 14:52:58 UTC 2019

Modified Files:
src/sys/arch/mac68k/conf: files.mac68k

Log Message:
G/C obsoleted


To generate a diff of this commit:
cvs rdiff -u -r1.129 -r1.130 src/sys/arch/mac68k/conf/files.mac68k

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/mac68k/conf/files.mac68k
diff -u src/sys/arch/mac68k/conf/files.mac68k:1.129 src/sys/arch/mac68k/conf/files.mac68k:1.130
--- src/sys/arch/mac68k/conf/files.mac68k:1.129	Fri Jul 26 10:48:44 2019
+++ src/sys/arch/mac68k/conf/files.mac68k	Thu Aug 22 14:52:58 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: files.mac68k,v 1.129 2019/07/26 10:48:44 rin Exp $
+#	$NetBSD: files.mac68k,v 1.130 2019/08/22 14:52:58 rin Exp $
 
 # mac68k-specific configuration info
 
@@ -69,10 +69,6 @@ file	arch/mac68k/dev/genfb_grfbus.c	genf
 
 file	arch/mac68k/dev/maccons.c	akbd & (macfb | genfb_grfbus)
 
-#device	ite: wsemuldisplaydev
-#attach	ite at wsdisplay
-#file	arch/mac68k/dev/ite_compat.c	ite needs-flag
-
 device	ae: ifnet, ether, arp, dp8390nic
 attach	ae at nubus with ae_nubus
 file	arch/mac68k/nubus/if_ae_nubus.c	ae_nubus
@@ -123,10 +119,6 @@ file	arch/mac68k/obio/sbc_obio.c	sbc_obi
 attach	esp at obio
 file	arch/mac68k/obio/esp.c		esp
 
-#device	qsc: scsi, ncr53c9x
-#attach	qsc at nubus
-#file	arch/mac68k/nubus/qsc.c		qsc
-
 #
 # Machine-independent ATA drivers
 #
@@ -142,7 +134,6 @@ file	arch/mac68k/nubus/cpi_nubus.c	cpi
 device	zsc { channel = -1 }
 attach	zsc at obio
 file	arch/mac68k/dev/zs.c		zsc needs-flag
-#file	arch/mac68k/dev/z8530sc.c	zsc
 file	dev/ic/z8530sc.c		zsc
 
 device	zstty: tty



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

2019-08-09 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Fri Aug  9 11:05:53 UTC 2019

Modified Files:
src/sys/arch/mac68k/conf: WSFB.common

Log Message:
Mimic macppc color/font settings, which also reduces differences b/w
color and monochrome color depths.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mac68k/conf/WSFB.common

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



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

2019-08-09 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Fri Aug  9 11:05:53 UTC 2019

Modified Files:
src/sys/arch/mac68k/conf: WSFB.common

Log Message:
Mimic macppc color/font settings, which also reduces differences b/w
color and monochrome color depths.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mac68k/conf/WSFB.common

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/mac68k/conf/WSFB.common
diff -u src/sys/arch/mac68k/conf/WSFB.common:1.2 src/sys/arch/mac68k/conf/WSFB.common:1.3
--- src/sys/arch/mac68k/conf/WSFB.common:1.2	Fri Aug  2 10:46:50 2019
+++ src/sys/arch/mac68k/conf/WSFB.common	Fri Aug  9 11:05:53 2019
@@ -1,4 +1,4 @@
-# $NetBSD: WSFB.common,v 1.2 2019/08/02 10:46:50 rin Exp $
+# $NetBSD: WSFB.common,v 1.3 2019/08/09 11:05:53 rin Exp $
 
 genfb* at intvid?
 genfb* at macvid?
@@ -14,8 +14,14 @@ options RASOPS_APPLE_PALETTE
 #options GENFB_SHADOWFB
 
 options WSDISPLAY_DEFAULTSCREENS=1
+
+# Mimic macppc color/font settings.
+#
+options WS_DEFAULT_FG=WSCOL_BLACK
+options WS_DEFAULT_BG=WSCOL_LIGHT_WHITE
 options WS_KERNEL_FG=WSCOL_GREEN
-#options WS_KERNEL_BG=WSCOL_BLACK
+options WS_KERNEL_BG=WSCOL_LIGHT_WHITE
+options FONT_QVSS8x15
 
 pseudo-device wsfont
 pseudo-device wsmux



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

2019-08-02 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Fri Aug  2 10:46:50 UTC 2019

Modified Files:
src/sys/arch/mac68k/conf: WSFB.common

Log Message:
Add commented out GENFB_SHADOWFB option.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/mac68k/conf/WSFB.common

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



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

2019-08-02 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Fri Aug  2 10:46:50 UTC 2019

Modified Files:
src/sys/arch/mac68k/conf: WSFB.common

Log Message:
Add commented out GENFB_SHADOWFB option.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/mac68k/conf/WSFB.common

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/mac68k/conf/WSFB.common
diff -u src/sys/arch/mac68k/conf/WSFB.common:1.1 src/sys/arch/mac68k/conf/WSFB.common:1.2
--- src/sys/arch/mac68k/conf/WSFB.common:1.1	Fri Jul 26 10:48:44 2019
+++ src/sys/arch/mac68k/conf/WSFB.common	Fri Aug  2 10:46:50 2019
@@ -1,4 +1,4 @@
-# $NetBSD: WSFB.common,v 1.1 2019/07/26 10:48:44 rin Exp $
+# $NetBSD: WSFB.common,v 1.2 2019/08/02 10:46:50 rin Exp $
 
 genfb* at intvid?
 genfb* at macvid?
@@ -6,6 +6,13 @@ wsdisplay* at wsemuldisplaydev?
 
 options RASOPS_APPLE_PALETTE
 
+# At the expense of memory, boost display output drastically for
+# some depth/font settings.
+# XXX
+# This may have the opposite effect. Specify with care!
+#
+#options GENFB_SHADOWFB
+
 options WSDISPLAY_DEFAULTSCREENS=1
 options WS_KERNEL_FG=WSCOL_GREEN
 #options WS_KERNEL_BG=WSCOL_BLACK