diff options
author | mjacob <mjacob@FreeBSD.org> | 2007-03-13 06:44:07 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2007-03-13 06:44:07 +0000 |
commit | 191a467dd2b55bf9dcc1a33ccdb7bf6061c321bb (patch) | |
tree | 2885804855ad863b2d67f0dfcfbf3427eee21b9c /sys/dev/isp/isp.c | |
parent | 847bf0fdc9b7822157bcc1b36b6570e2ad05bb14 (diff) | |
download | FreeBSD-src-191a467dd2b55bf9dcc1a33ccdb7bf6061c321bb.zip FreeBSD-src-191a467dd2b55bf9dcc1a33ccdb7bf6061c321bb.tar.gz |
Restore optr if you trash it for 24XX target mode.
MFC after: 3 days
Diffstat (limited to 'sys/dev/isp/isp.c')
-rw-r--r-- | sys/dev/isp/isp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c index 5fe7682..cef6487 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 |