Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 05/18/2003 15:10:10
Module Name:	src
Committed By:	fvdl
Date:		Sun May 18 15:10:09 UTC 2003

Modified Files:
	src/sys/dev/ic: com.c

Log Message:
Inialize sc_tty->t_dev early for serial console, so that cn_check_magic
will match in the case of a break before the console was opened for the
first time. Makes BREAKing into DDB work (again) as soon as interrupts
are enabled.


To generate a diff of this commit:
cvs rdiff -r1.206 -r1.207 src/sys/dev/ic/com.c

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