diff options
author | gibbs <gibbs@FreeBSD.org> | 1996-05-23 15:02:18 +0000 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 1996-05-23 15:02:18 +0000 |
commit | e7580e953680afd240217d7e4591e5de26317b24 (patch) | |
tree | ed3bbb1736c5489cf6babf9ed8e6961e191c7602 /sys/dev/aic7xxx | |
parent | ad3641fb258265d38ca7a6c3445b432c038a17b1 (diff) | |
download | FreeBSD-src-e7580e953680afd240217d7e4591e5de26317b24.zip FreeBSD-src-e7580e953680afd240217d7e4591e5de26317b24.tar.gz |
Correct a botched commit from yesturday. It helps to bring over the
right patch file.<sigh>
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r-- | sys/dev/aic7xxx/aic7xxx.seq | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx.seq b/sys/dev/aic7xxx/aic7xxx.seq index 4b0c96f..c305043 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.34 1996/05/10 16:11:01 gibbs Exp $" +VERSION AIC7XXX_SEQ_VER "$Id: aic7xxx.seq,v 1.35 1996/05/21 18:32:22 gibbs Exp $" #include "../../dev/aic7xxx/aic7xxx_reg.h" @@ -254,9 +254,10 @@ select2: mov SCSIRATE,SINDIR /* - * Initialize Ultra mode setting. ndx_dtr has left our target mask - * in A. + * Initialize Ultra mode setting. */ + mov FUNCTION1,SCSIID + mov A,FUNCTION1 and SINDEX,0xdf,SXFRCTL0 /* default to Ultra disabled */ test SCSIID, 0x80 jnz ultra_b /* Target ID > 7 */ test SBLKCTL, SELBUSB jnz ultra_b /* Second channel device */ |