diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/isp_pci.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/isp_pci.c b/sys/dev/pci/isp_pci.c index 0b29d563a8d..4524d4c3ef5 100644 --- a/sys/dev/pci/isp_pci.c +++ b/sys/dev/pci/isp_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isp_pci.c,v 1.42 2008/04/13 15:31:33 kettenis Exp $ */ +/* $OpenBSD: isp_pci.c,v 1.43 2008/05/28 18:46:56 kettenis Exp $ */ /* * PCI specific probe and attach routines for QLogic ISP SCSI adapters. * @@ -34,8 +34,6 @@ * */ -#define ISP_DISABLE_12160_SUPPORT /* XXX Doesn't quite work yet. */ - #include <dev/ic/isp_openbsd.h> #include <dev/pci/pcireg.h> |