Subject: Re: kern/29731: ehci driver erroneously reports IO errors
To: None <gnats-bugs@netbsd.org>
From: Lennart Augustsson <lennart@augustsson.net>
List: netbsd-bugs
Date: 03/18/2005 14:41:08
dan@pod51.demon.co.uk wrote:
> A suitable fix would be to alter line 833 (of revision 1.91) to say: 
>  
> if (status & EHCI_QTD_HALTED) { 

This fix seems wrong given that the HALTED bit can be masked
away on line 801.
I'm curious, what are the errors that you have observed that
the host controller recovers from?

	-- Lennart