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:33:42
Module Name: src
Committed By: christos
Date: Fri Jun 9 21:33:42 UTC 2006
Modified Files:
src/sys/dev/usb: usb.c
Log Message:
stack police: don't allocate usb_events on the stack, malloc them directly.
this saves stack and an extra copy.
To generate a diff of this commit:
cvs rdiff -r1.86 -r1.87 src/sys/dev/usb/usb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.