Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 07/17/2004 20:16:13
Module Name: src
Committed By: mycroft
Date: Sat Jul 17 20:16:13 UTC 2004
Modified Files:
src/sys/dev/usb: usbdi.c
Log Message:
ugen_isoc_rintr() may recycle the xfer immediately. Therefore, we avoid
touching the xfer after calling the callback in usb_transfer_complete().
From PR 25960.
To generate a diff of this commit:
cvs rdiff -r1.103 -r1.104 src/sys/dev/usb/usbdi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.