aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx/aic79xx.seq
diff options
context:
space:
mode:
authorJustin T. Gibbs <gibbs@FreeBSD.org>2003-06-28 04:44:10 +0000
committerJustin T. Gibbs <gibbs@FreeBSD.org>2003-06-28 04:44:10 +0000
commit83441ad3bbf47f4d938fab3c0639935ba1e427fc (patch)
tree720204455f2232ba7c7b7dbf156ee6a5bd56399e /sys/dev/aic7xxx/aic79xx.seq
parent1220a072a610b5ffb697e1716fcf5e1e11f5a3c6 (diff)
downloadsrc-83441ad3bbf47f4d938fab3c0639935ba1e427fc.tar.gz
src-83441ad3bbf47f4d938fab3c0639935ba1e427fc.zip
Use clr instead of an explicit mov from ALLZEROS
to clear SCB_FIFO_USE_COUNT. This is just a syntactic change.
Notes
Notes: svn path=/head/; revision=116937
Diffstat (limited to 'sys/dev/aic7xxx/aic79xx.seq')
-rw-r--r--sys/dev/aic7xxx/aic79xx.seq4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/aic7xxx/aic79xx.seq b/sys/dev/aic7xxx/aic79xx.seq
index cafd44644a75..4022a7493a16 100644
--- a/sys/dev/aic7xxx/aic79xx.seq
+++ b/sys/dev/aic7xxx/aic79xx.seq
@@ -40,7 +40,7 @@
* $FreeBSD$
*/
-VERSION = "$Id: //depot/aic7xxx/aic7xxx/aic79xx.seq#95 $"
+VERSION = "$Id: //depot/aic7xxx/aic7xxx/aic79xx.seq#96 $"
PATCH_ARG_LIST = "struct ahd_softc *ahd"
PREFIX = "ahd_"
@@ -276,7 +276,7 @@ fetch_new_scb_done:
* knows the correct location to store the SCB.
* Set it to zero before processing the SCB.
*/
- mov SCB_FIFO_USE_COUNT, ALLZEROS;
+ clr SCB_FIFO_USE_COUNT;
/* Update the next SCB address to download. */
bmov NEXT_QUEUED_SCB_ADDR, SCB_NEXT_SCB_BUSADDR, 4;
mvi SCB_NEXT[1], SCB_LIST_NULL;