Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: IWAMOTO Toshihiro <toshii@netbsd.org>
List: source-changes
Date: 10/11/2003 03:04:26
Module Name: src
Committed By: toshii
Date: Sat Oct 11 03:04:26 UTC 2003
Modified Files:
src/sys/dev/usb: ohci.c
Log Message:
Fix a done list handling bug which exhibits under high shared interrupt
rate and bus traffic. As the interrupt register is read after checking
hcca_done_head, there was a small chance of dropping a done list.
Ignore OHCI_WDH interrupt bit if hcca_done_head is zero so that OHCI_WDH
is processed later.
To generate a diff of this commit:
cvs rdiff -r1.141 -r1.142 src/sys/dev/usb/ohci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.