summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1996-10-28 17:00:24 +0000
committergibbs <gibbs@FreeBSD.org>1996-10-28 17:00:24 +0000
commit221c9100f7518ef01fa9b5f0591fec019d5647ec (patch)
treed4111bf6ef4e5fcc6b9de1957d35932974e389f9 /sys/dev/aic7xxx
parentdda935f02496a29a92caeb8b0ecc665195bc2a8d (diff)
downloadFreeBSD-src-221c9100f7518ef01fa9b5f0591fec019d5647ec.zip
FreeBSD-src-221c9100f7518ef01fa9b5f0591fec019d5647ec.tar.gz
In data_phase_reinit when I converted the code to use bcopy, I should have
used mvi instead of mov. Luckily this code is most likely never executed since it is only there for sanity should a target goes into the data phase twice during a single selection or reselection.
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r--sys/dev/aic7xxx/aic7xxx.seq6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx.seq b/sys/dev/aic7xxx/aic7xxx.seq
index 912b5c8..5b78e94 100644
--- a/sys/dev/aic7xxx/aic7xxx.seq
+++ b/sys/dev/aic7xxx/aic7xxx.seq
@@ -39,7 +39,7 @@
*
*-M************************************************************************/
-VERSION AIC7XXX_SEQ_VER "$Id: aic7xxx.seq,v 1.44 1996/10/25 06:34:56 gibbs Exp $"
+VERSION AIC7XXX_SEQ_VER "$Id: aic7xxx.seq,v 1.45 1996/10/28 06:01:07 gibbs Exp $"
#if defined(__NetBSD__)
#include "../../../../dev/ic/aic7xxxreg.h"
@@ -354,8 +354,8 @@ p_dataout:
* STCNT may have been cleared, so restore it from the residual field.
*/
data_phase_reinit:
- mov DINDEX, STCNT0
- mov SCB_RESID_DCNT0 call bcopy_3
+ mvi DINDEX, STCNT0
+ mvi SCB_RESID_DCNT0 call bcopy_3
jmp data_phase_loop
p_datain:
OpenPOWER on IntegriCloud