From 9418a60cb0076daafbfcd36ce6bbc61def8a8887 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Tue, 13 Mar 2007 06:44:07 +0000 Subject: Restore optr if you trash it for 24XX target mode. MFC after: 3 days --- sys/dev/isp/isp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/isp') diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c index 5fe76825932b..cef64872a9b0 100644 --- a/sys/dev/isp/isp.c +++ b/sys/dev/isp/isp.c @@ -4621,6 +4621,7 @@ again: ISP_WRITE(isp, isp->isp_atiooutrp, optr); } isp->isp_rspbsy = 0; + optr = isp->isp_residx; } #endif -- cgit v1.3