summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>2003-06-28 04:44:10 +0000
committergibbs <gibbs@FreeBSD.org>2003-06-28 04:44:10 +0000
commit4d49134a719d00fafcc1b4c6f47f3399592bc56b (patch)
tree720204455f2232ba7c7b7dbf156ee6a5bd56399e /sys/dev/aic7xxx
parent5473e39568c7cd94479a81a77b7556590c16d777 (diff)
downloadFreeBSD-src-4d49134a719d00fafcc1b4c6f47f3399592bc56b.zip
FreeBSD-src-4d49134a719d00fafcc1b4c6f47f3399592bc56b.tar.gz
Use clr instead of an explicit mov from ALLZEROS
to clear SCB_FIFO_USE_COUNT. This is just a syntactic change.
Diffstat (limited to 'sys/dev/aic7xxx')
-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 cafd446..4022a74 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;
OpenPOWER on IntegriCloud