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 Disable options SERCONSOLE (force serial...



details:   https://anonhg.NetBSD.org/src/rev/4b7daa1dad03
branches:  trunk
changeset: 753780:4b7daa1dad03
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Apr 10 02:27:52 2010 +0000

description:
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.

diffstat:

 sys/arch/atari/conf/GENERIC.in |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 7af2cacc4ba9 -r 4b7daa1dad03 sys/arch/atari/conf/GENERIC.in
--- a/sys/arch/atari/conf/GENERIC.in    Sat Apr 10 02:01:30 2010 +0000
+++ b/sys/arch/atari/conf/GENERIC.in    Sat Apr 10 02:27:52 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index