Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 01/07/2007 16:50:03
Module Name:	src
Committed By:	drochner
Date:		Sun Jan  7 16:50:03 UTC 2007

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

Log Message:
Allocate storage for status change notifications dynamically, depending
on the number of ports. One byte wasn't even sufficient for 8 ports.
The code doesn't make use of the status bits yet, but it might be used
to speed up the exploration loop later.


To generate a diff of this commit:
cvs rdiff -r1.83 -r1.84 src/sys/dev/usb/uhub.c

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