summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/ispmbox.h
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2001-10-06 20:41:18 +0000
committermjacob <mjacob@FreeBSD.org>2001-10-06 20:41:18 +0000
commitd45f75145fcc859cfaeea928dae298d1af56ed3a (patch)
treeec22d733afad162bf3b4ca586b8a059927bac7bc /sys/dev/isp/ispmbox.h
parent7187812d5e8d722f8d2553a54cd9737eb03aa0a6 (diff)
downloadFreeBSD-src-d45f75145fcc859cfaeea928dae298d1af56ed3a.zip
FreeBSD-src-d45f75145fcc859cfaeea928dae298d1af56ed3a.tar.gz
Misunderstanding documentation caused me to try and set 1Gbps/2Gps/Auto
connection speed for the 2300 in the wrong offset in the ICB. Oops. Respect some QLogic errat wrt PCI errors on certain shared host/RISC registers.
Diffstat (limited to 'sys/dev/isp/ispmbox.h')
-rw-r--r--sys/dev/isp/ispmbox.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h
index ec724b9..78ef00d 100644
--- a/sys/dev/isp/ispmbox.h
+++ b/sys/dev/isp/ispmbox.h
@@ -662,9 +662,9 @@ typedef struct isp_icb {
#define ICBXOPT_RIO_32BIT_DELAY 4
/* These 3 only apply to the 2300 */
-#define ICBXOPT_RATE_ONEGB (MBGSD_ONEGB << 14)
-#define ICBXOPT_RATE_TWOGB (MBGSD_TWOGB << 14)
-#define ICBXOPT_RATE_AUTO (MBGSD_AUTO << 14)
+#define ICBZOPT_RATE_ONEGB (MBGSD_ONEGB << 14)
+#define ICBZOPT_RATE_TWOGB (MBGSD_TWOGB << 14)
+#define ICBZOPT_RATE_AUTO (MBGSD_AUTO << 14)
#define ICB_MIN_FRMLEN 256
OpenPOWER on IntegriCloud