summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2006-07-14 05:16:00 +0000
committermjacob <mjacob@FreeBSD.org>2006-07-14 05:16:00 +0000
commitfef54567b298952017d6a43f215042169168d037 (patch)
tree44d62bb4f463952c1cf0337c453729f08510e453 /sys/dev
parent1e74e0a022dc8c72e676720e0d5ff9b6deefc937 (diff)
downloadFreeBSD-src-fef54567b298952017d6a43f215042169168d037.zip
FreeBSD-src-fef54567b298952017d6a43f215042169168d037.tar.gz
Don't attach 2422's yet. It just confuses everyone.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isp/isp_pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c
index f094d09..d9555d4 100644
--- a/sys/dev/isp/isp_pci.c
+++ b/sys/dev/isp/isp_pci.c
@@ -380,9 +380,11 @@ isp_pci_probe(device_t dev)
case PCI_QLOGIC_ISP2322:
device_set_desc(dev, "Qlogic ISP 2322 PCI FC-AL Adapter");
break;
+#if 0
case PCI_QLOGIC_ISP2422:
device_set_desc(dev, "Qlogic ISP 2422 PCI FC-AL Adapter");
break;
+#endif
case PCI_QLOGIC_ISP6312:
device_set_desc(dev, "Qlogic ISP 6312 PCI FC-AL Adapter");
break;
OpenPOWER on IntegriCloud