From 317c1a531d0099110101eb19209c3e1951d5d94e Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Thu, 5 Jul 2007 01:21:56 +0000 Subject: [PATCH] Use clr instead of an explicit mov from ALLZEROS to clear SCB_FIFO_USE_COUNT. This is just a syntactic change. Obtained-from: FreeBSD --- sys/dev/disk/aic7xxx/aic79xx.seq | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/disk/aic7xxx/aic79xx.seq b/sys/dev/disk/aic7xxx/aic79xx.seq index ccc4a3d7d2..518256a2ed 100644 --- a/sys/dev/disk/aic7xxx/aic79xx.seq +++ b/sys/dev/disk/aic7xxx/aic79xx.seq @@ -37,11 +37,11 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD: src/sys/dev/aic7xxx/aic79xx.seq,v 1.12 2003/06/28 04:40:46 gibbs Exp $ - * $DragonFly: src/sys/dev/disk/aic7xxx/aic79xx.seq,v 1.3 2007/07/04 23:04:13 pavalos Exp $ + * $FreeBSD: src/sys/dev/aic7xxx/aic79xx.seq,v 1.13 2003/06/28 04:44:10 gibbs Exp $ + * $DragonFly: src/sys/dev/disk/aic7xxx/aic79xx.seq,v 1.4 2007/07/05 01:21:56 pavalos Exp $ */ -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_" @@ -277,7 +277,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; -- 2.41.0