diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 1999-07-05 22:01:48 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 1999-07-05 22:01:48 +0000 |
| commit | 86cb5d6b950b211391830cfd145e7d974568b647 (patch) | |
| tree | 6bc37a47ecb336f36f67df898d7ed0f37ef865e6 /sys/dev/isp | |
| parent | 3692397b0db6d41b36acf596f14a4b92373cad3d (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp')
| -rw-r--r-- | sys/dev/isp/isp_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c index 1380d1da31f8..6cbd2c6a0dba 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, |
