Subject: CVS commit: src/sys/arch/sh5/dev
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 03/13/2003 15:19:02
Module Name:	src
Committed By:	scw
Date:		Thu Mar 13 13:19:02 UTC 2003

Modified Files:
	src/sys/arch/sh5/dev: scif.c

Log Message:
In scif_getc(), check SCIF_SCFSR2_RDF in addition to SCIF_SCFSR2_DR to
detect waiting Rx data. This fixes an occasional console lockup when
when pasting text at the ddb prompt.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/arch/sh5/dev/scif.c

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