Oops- got sense of ifdef wrong
This commit is contained in:
parent
4593eb629f
commit
e1b443309a
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user