Module Name:    src
Committed By:   tsutsui
Date:           Sat Apr 10 02:27:52 UTC 2010

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

Log Message:
Disable options SERCONSOLE (force serial console if DCD is detected)
because now it's patchable by binpatch(8).

Enabling serial console by DCD signal could be problematic
on some earlier TT030 (with revision A board), and it's also
annoying for users who connect an active device on the serial port
as mentioned in PR port-atari/39849.

XXX: Eventually serial console should be enabled by MD bootloader flags,
XXX: but I have no idea how to build bootloader binaries for TOS.


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 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.85 src/sys/arch/atari/conf/GENERIC.in:1.86
--- src/sys/arch/atari/conf/GENERIC.in:1.85	Thu Apr  1 17:07:51 2010
+++ src/sys/arch/atari/conf/GENERIC.in	Sat Apr 10 02:27:52 2010
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC.in,v 1.85 2010/04/01 17:07:51 tsutsui Exp $
+#	$NetBSD: GENERIC.in,v 1.86 2010/04/10 02:27:52 tsutsui Exp $
 #
 # Generic atari
 #
@@ -233,7 +233,7 @@
 options 	DISKLABEL_AHDI		# NetBSD/AHDI disklabels
 #if !defined(SMALL030_KERNEL)
 #if !defined(FALCON_KERNEL)
-options 	SERCONSOLE		# modem1 console support, breaks Falcon
+#options 	SERCONSOLE		# modem1 console support, breaks Falcon
 #endif /* !FALCON_KERNEL */
 options 	RELOC_KERNEL		# TT/Falcon: relocate kernel to TT-RAM
 options 	MSGBUFSIZE=32768        # size of kernel msg. buffer

Reply via email to