Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 03/02/2004 16:32:06
Module Name: src
Committed By: martin
Date: Tue Mar 2 16:32:06 UTC 2004
Modified Files:
src/sys/dev/usb: uhci.c
Log Message:
Interrupt descriptors might become invalid while being processed in
uhci_check_intr - so remember their next pointer before calling it.
Patch provided by Matthew Orgass in PR kern/24542.
To generate a diff of this commit:
cvs rdiff -r1.177 -r1.178 src/sys/dev/usb/uhci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.