Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 04/06/2000 06:32:29
Module Name:	syssrc
Committed By:	augustss
Date:		Thu Apr  6 13:32:29 UTC 2000

Modified Files:
	syssrc/sys/dev/usb: ucom.c ucomvar.h umodem.c uvisor.c

Log Message:
Let the parent device of a ucom decide what size the read and write
buffers should be since it knows about the speed.
Increase the buffer size of uvisor.
XXX The uvisor is still pitifully slow.  There must be a problem somewhere.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 syssrc/sys/dev/usb/ucom.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/usb/ucomvar.h
cvs rdiff -r1.25 -r1.26 syssrc/sys/dev/usb/umodem.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/usb/uvisor.c

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