Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 10/24/2006 21:03:31
Module Name:	src
Committed By:	drochner
Date:		Tue Oct 24 21:03:31 UTC 2006

Modified Files:
	src/sys/dev/usb: files.usb uhub.c usb_port.h usbdivar.h

Log Message:
clean up the USB attachment stuff a bit: use a dedicated interface
attribute ("usbdevif") to attach USB devices, be it a plain device or
a hub, and remove some strangeness caused by the former usb/uhub mess


To generate a diff of this commit:
cvs rdiff -r1.70 -r1.71 src/sys/dev/usb/files.usb
cvs rdiff -r1.79 -r1.80 src/sys/dev/usb/uhub.c
cvs rdiff -r1.71 -r1.72 src/sys/dev/usb/usb_port.h
cvs rdiff -r1.77 -r1.78 src/sys/dev/usb/usbdivar.h

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