]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
r329522 created problemss with commands that enter the TIMEDOUT state but
authorscottl <scottl@FreeBSD.org>
Sun, 24 Mar 2019 19:09:50 +0000 (19:09 +0000)
committerscottl <scottl@FreeBSD.org>
Sun, 24 Mar 2019 19:09:50 +0000 (19:09 +0000)
commit136e1d1535180fb3a1ed1667f69eae7fbcd7c7c1
tree21f327ab726ce2124b0f42c716d9a378f84b055f
parent37338fb0d0f08ad46b6baf2732c37f9fdca1bd5a
r329522 created problemss with commands that enter the TIMEDOUT state but
are successfully returned by the card (usually due to an abort being issued
as part of timeout recovery). Remove what amounts to an insufficient
KASSERT, and don't overwrite the state value. State should probably be
re-designed, and that will be done with a future commit.

Reported by: phk, bei.io
Reviewed by: imp, mav
Differential Revision: D19677
sys/dev/mpr/mpr.c
sys/dev/mps/mps.c