diff options
author | 2008-05-28 18:46:56 +0000 | |
---|---|---|
committer | 2008-05-28 18:46:56 +0000 | |
commit | 3497c60fa862d2d033060f603703fed93ca201f4 (patch) | |
tree | bb308349b54033020bf33ca57073d23158630a3c | |
parent | Don't try reading the SXP_PINS_DIFF on the 10160 and 12160 SCSI controllers. (diff) | |
download | wireguard-openbsd-3497c60fa862d2d033060f603703fed93ca201f4.tar.xz wireguard-openbsd-3497c60fa862d2d033060f603703fed93ca201f4.zip |
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> |