Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 06/09/2006 21:34:19
Module Name:	src
Committed By:	christos
Date:		Fri Jun  9 21:34:19 UTC 2006

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

Log Message:
stack police: Don't allocate large buffers on the stack for I/O. Put the
buffer in the softc instead.


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

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