From 432cad44e2f366063fabc4d60d02d8a7f5a70856 Mon Sep 17 00:00:00 2001 From: "Justin T. Gibbs" Date: Mon, 3 Feb 1997 02:18:18 +0000 Subject: Sync with current. --- sys/dev/aic7xxx/aic7xxx.seq | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/aic7xxx/aic7xxx.seq b/sys/dev/aic7xxx/aic7xxx.seq index 8403b311067f..811e22486fc4 100644 --- a/sys/dev/aic7xxx/aic7xxx.seq +++ b/sys/dev/aic7xxx/aic7xxx.seq @@ -7,7 +7,7 @@ * *FreeBSD, Twin, Wide, 2 command per target support, tagged queuing, *SCB paging and other optimizations: - *Copyright (c) 1994, 1995, 1996, 1997 Justin Gibbs. All rights reserved. + *Copyright (c) 1994, 1995, 1996 Justin Gibbs. All rights reserved. * *Redistribution and use in source and binary forms, with or without *modification, are permitted provided that the following conditions @@ -39,7 +39,7 @@ * *-M************************************************************************/ -VERSION AIC7XXX_SEQ_VER "$Id$" +VERSION AIC7XXX_SEQ_VER "$Id: aic7xxx.seq,v 1.46.2.3 1997/01/30 01:13:33 jkh Exp $" #if defined(__NetBSD__) #include "../../../../dev/ic/aic7xxxreg.h" @@ -1093,11 +1093,8 @@ dfdat_out_7: */ dma_finish: test DFSTATUS,HDONE jz dma_finish - /* Turn off DMA preserving WIDEODD */ - and DFCNTRL,WIDEODD -dma_finish2: - test DFCNTRL,HDMAENACK jnz dma_finish2 - ret + /* Turn off DMA */ + and DFCNTRL, 0xf7 ret # ~HDMAEN index_untagged_scb: mov DINDEX, SINDEX -- cgit v1.3