aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2003-03-25 22:16:27 +0000
committerScott Long <scottl@FreeBSD.org>2003-03-25 22:16:27 +0000
commit43dac090dc0ebde427d7e52011f6ee4cede536e6 (patch)
tree22eed6f61f9cfa7e019c8d947b812c46fde3cb41
parentf1c661f9ac8f056c29600f449adbf05895486deb (diff)
Notes
-rw-r--r--sys/dev/aic7xxx/aic79xx.reg8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/aic7xxx/aic79xx.reg b/sys/dev/aic7xxx/aic79xx.reg
index 65c527d7002b..fe2d71bf343c 100644
--- a/sys/dev/aic7xxx/aic79xx.reg
+++ b/sys/dev/aic7xxx/aic79xx.reg
@@ -39,7 +39,7 @@
*
* $FreeBSD$
*/
-VERSION = "$Id: //depot/aic7xxx/aic7xxx/aic79xx.reg#64 $"
+VERSION = "$Id: aic79xx.reg,v 1.9 2003/02/27 23:23:16 gibbs Exp $"
/*
* This file is processed by the aic7xxx_asm utility for use in assembling
@@ -2545,10 +2545,10 @@ const AHD_PRECOMP_CUTBACK_37 0x07
const AHD_SLEWRATE_MASK 0x78
const AHD_SLEWRATE_SHIFT 3
/*
- * Rev A has only a single bit of slew adjustment.
- * Rev B has 4 bits.
+ * Rev A has only a single bit (high bit of field) of slew adjustment.
+ * Rev B has 4 bits. The current default happens to be the same for both.
*/
-const AHD_SLEWRATE_DEF_REVA 0x01
+const AHD_SLEWRATE_DEF_REVA 0x08
const AHD_SLEWRATE_DEF_REVB 0x08
/* Rev A does not have any amplitude setting. */