Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 01/09/2004 09:19:34
Module Name:	src
Committed By:	chs
Date:		Fri Jan  9 09:19:33 UTC 2004

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

Log Message:
in ehci_softintr() when looping over the active xfers, save the next pointer
before calling ehci_check_intr(), since that will free the xfer structure
if the xfer is complete.


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 src/sys/dev/usb/ehci.c

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