Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: IWAMOTO Toshihiro <toshii@netbsd.org>
List: source-changes
Date: 09/10/2000 06:10:20
Module Name:	syssrc
Committed By:	toshii
Date:		Sun Sep 10 03:10:20 UTC 2000

Modified Files:
	syssrc/sys/dev/usb: ucom.c

Log Message:
Make the control line handling a little better.  Avoid a DTR/RTS issue
from uninitialized sc_mcr by not calling ucom_{dtr,rts} if possible.

XXX Flow control is still incomplete and needs more work.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 syssrc/sys/dev/usb/ucom.c

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