Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 01/25/2000 00:12:59
Module Name:	syssrc
Committed By:	augustss
Date:		Tue Jan 25 08:12:59 UTC 2000

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

Log Message:
Split the umodem driver into two parts: the part that emulates a tty over
two bulk pipes, and the setup and status fiddling goo.
This allows the former part to be shared by other drivers that need to
look like a tty.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 syssrc/sys/dev/usb/files.usb
cvs rdiff -r1.11 -r1.12 syssrc/sys/dev/usb/ucom.c
cvs rdiff -r1.19 -r1.20 syssrc/sys/dev/usb/umodem.c

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