summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1996-05-31 06:30:15 +0000
committergibbs <gibbs@FreeBSD.org>1996-05-31 06:30:15 +0000
commit5512054c8c5f872f505932515d9686b6f44dea96 (patch)
tree2eb05fc056ee5ffdff7dc29021a011327c273416 /sys/dev/aic7xxx
parent47ebff663e363631cb33744a6c1a5ad2be8e82c5 (diff)
downloadFreeBSD-src-5512054c8c5f872f505932515d9686b6f44dea96.zip
FreeBSD-src-5512054c8c5f872f505932515d9686b6f44dea96.tar.gz
Don't use the auto ATN on parity error feature. It may be the source
of our parity handling problems.
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r--sys/dev/aic7xxx/aic7xxx.seq8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx.seq b/sys/dev/aic7xxx/aic7xxx.seq
index 36f88b4..ccd88b4 100644
--- a/sys/dev/aic7xxx/aic7xxx.seq
+++ b/sys/dev/aic7xxx/aic7xxx.seq
@@ -39,7 +39,7 @@
*
*-M************************************************************************/
-VERSION AIC7XXX_SEQ_VER "$Id: aic7xxx.seq,v 1.38 1996/05/30 07:18:39 gibbs Exp $"
+VERSION AIC7XXX_SEQ_VER "$Id: aic7xxx.seq,v 1.39 1996/05/30 14:31:08 gibbs Exp $"
#if defined(__NetBSD__)
#include "../../../../dev/ic/aic7xxxreg.h"
@@ -274,9 +274,9 @@ ultra_b:
set_sxfrctl0:
mov SXFRCTL0,SINDEX
- mvi SCSISEQ,ENAUTOATNP /*
- * ATN on parity errors
- * for "in" phases
+ mov SCSISEQ,ALLZEROS /*
+ * Don't allow (re)selections
+ * until after the next busfree.
*/
mvi CLRSINT1,CLRBUSFREE
mvi CLRSINT0,0x60 /* CLRSELDI|CLRSELDO */
OpenPOWER on IntegriCloud