summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2007-10-18 21:10:58 +0000
committerotto <otto@openbsd.org>2007-10-18 21:10:58 +0000
commit08f856430b3c1adbbfcda6b93511f7b1f51f6bfa (patch)
treeb94f1bc295190d61e1dc757bd502d2e0e6d6272a
parentunbreak tree (diff)
downloadwireguard-openbsd-08f856430b3c1adbbfcda6b93511f7b1f51f6bfa.tar.xz
wireguard-openbsd-08f856430b3c1adbbfcda6b93511f7b1f51f6bfa.zip
Initio INIC-941 works as well; ok miod@
-rw-r--r--sys/dev/pci/iha_pci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/iha_pci.c b/sys/dev/pci/iha_pci.c
index 883aef59f73..63c66cd7a37 100644
--- a/sys/dev/pci/iha_pci.c
+++ b/sys/dev/pci/iha_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: iha_pci.c,v 1.11 2006/11/29 00:56:51 dlg Exp $ */
+/* $OpenBSD: iha_pci.c,v 1.12 2007/10/18 21:10:58 otto Exp $ */
/*-------------------------------------------------------------------------
*
* Device driver for the INI-9XXXU/UW or INIC-940/950 PCI SCSI Controller.
@@ -62,6 +62,7 @@ iha_pci_probe(parent, match, aux)
if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_INITIO)
switch (PCI_PRODUCT(pa->pa_id)) {
case PCI_PRODUCT_INITIO_INIC940:
+ case PCI_PRODUCT_INITIO_INIC941:
case PCI_PRODUCT_INITIO_INIC950:
return (1);
}