Oops- got sense of ifdef wrong

This commit is contained in:
mjacob 1999-07-05 22:01:48 +00:00
parent 4593eb629f
commit e1b443309a
2 changed files with 4 additions and 4 deletions

View File

@ -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,

View File

@ -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,