aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/isp/isp_pci.c4
-rw-r--r--sys/pci/isp_pci.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c
index 1380d1da31f8e..6cbd2c6a0dba5 100644
--- a/sys/dev/isp/isp_pci.c
+++ b/sys/dev/isp/isp_pci.c
@@ -1,4 +1,4 @@
-/* $Id: isp_pci.c,v 1.24 1999/07/02 23:18:03 mjacob Exp $ */
+/* $Id: isp_pci.c,v 1.25 1999/07/05 20:24:46 mjacob Exp $ */
/* release_6_5_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,
diff --git a/sys/pci/isp_pci.c b/sys/pci/isp_pci.c
index 1380d1da31f8e..6cbd2c6a0dba5 100644
--- a/sys/pci/isp_pci.c
+++ b/sys/pci/isp_pci.c
@@ -1,4 +1,4 @@
-/* $Id: isp_pci.c,v 1.24 1999/07/02 23:18:03 mjacob Exp $ */
+/* $Id: isp_pci.c,v 1.25 1999/07/05 20:24:46 mjacob Exp $ */
/* release_6_5_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,