summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/pci/isp_pci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/isp_pci.c b/sys/pci/isp_pci.c
index be20103d2b08..81782b37e236 100644
--- a/sys/pci/isp_pci.c
+++ b/sys/pci/isp_pci.c
@@ -1,4 +1,4 @@
-/* $Id: isp_pci.c,v 1.13.2.3 1999/07/03 01:45:17 mjacob Exp $ */
+/* $Id: isp_pci.c,v 1.13.2.4 1999/07/05 20:27:41 mjacob Exp $ */
/* release_6_2_99 */
/*
* PCI specific probe and attach routines for Qlogic ISP SCSI adapters.
@@ -123,7 +123,7 @@ static struct ispmdvec mdvec_2100 = {
};
#endif
-#ifdef ISP_DISABLE_2200_SUPPORT
+#ifndef ISP_DISABLE_2200_SUPPORT
static struct ispmdvec mdvec_2200 = {
isp_pci_rd_reg,
isp_pci_wr_reg,
@@ -136,7 +136,7 @@ static struct ispmdvec mdvec_2200 = {
ISP2200_RISC_CODE,
ISP2200_CODE_LENGTH,
ISP2100_CODE_ORG,
- ISP2200_RISC_CODE,
+ ISP2200_CODE_VERSION,
0,
0
};