diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1997-02-03 02:18:18 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1997-02-03 02:18:18 +0000 |
| commit | 432cad44e2f366063fabc4d60d02d8a7f5a70856 (patch) | |
| tree | 6ade37424a6aff36fe61093770bb69fc711578b7 /sys/dev | |
| parent | d1c849bab39f3b739afa3147807b64dfc239c28c (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/aic7xxx/aic7xxx.seq | 11 |
1 files changed, 4 insertions, 7 deletions
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 |
