diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-28 18:46:57 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-28 18:46:57 +0000 |
commit | 7e02e96cc1ca2473a40ac3565cf9ca42ee1b9c54 (patch) | |
tree | 5fd5135e69071d70e915221ecc8629c21d1fadfd | |
parent | 5fe6013cc703ae405b71f0c4cefbc5584ffe7008 (diff) |
Turns out I have an ISP 12160 myself, and it works fine on sparc64. Since
a fix has been made that might make the 10160 work too, enable support again.
ok miod@
-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> |