Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 09/24/2005 11:50:25
Module Name:	src
Committed By:	itohy
Date:		Sat Sep 24 11:50:25 UTC 2005

Modified Files:
	src/sys/dev/usb: ukyopon.c

Log Message:
Use ukyopon port type (UKYOPON_PORT_*) for "portno" locator of ucom(4) driver,
so that user can fix the ucom unit number by config file.

ex.	ucom0	at ukyopon? portno 1	# modem port
	ucom1	at ukyopon? portno 2	# data transfer port

The description of the locator was added to the manual page by someone,
but it has been useless until now. :)


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/dev/usb/ukyopon.c

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