Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jeff Smith <jeffs@netbsd.org>
List: source-changes
Date: 08/03/2000 03:30:50
Module Name:	syssrc
Committed By:	jeffs
Date:		Thu Aug  3 00:30:50 UTC 2000

Modified Files:
	syssrc/sys/conf: files
	syssrc/sys/dev/ic: com.c

Log Message:
Add options DDB_BREAK_CHAR.  This overrides break on the serial console
break character with the supplied one.  This is useful for cases where
break is hard to generate, or you are connected to a PC that "sends"
breaks when power cycled.  For this mode in com, interpret break char
in the polling section, which allows entry into the debugger before
the tty is opened.  Only supported in the com driver currently.


To generate a diff of this commit:
cvs rdiff -r1.380 -r1.381 syssrc/sys/conf/files
cvs rdiff -r1.173 -r1.174 syssrc/sys/dev/ic/com.c

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