From 86cb5d6b950b211391830cfd145e7d974568b647 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Mon, 5 Jul 1999 22:01:48 +0000 Subject: [PATCH] Oops- got sense of ifdef wrong --- sys/dev/isp/isp_pci.c | 4 ++-- sys/pci/isp_pci.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c index 1380d1da31f..6cbd2c6a0db 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 1380d1da31f..6cbd2c6a0db 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,