diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-10-18 21:10:59 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-10-18 21:10:59 +0000 |
commit | ed47844413830da349a48bf036e8efd9d519b372 (patch) | |
tree | ddd4c86cb78c0eed6ec98433ebd6a54d7eed02f5 /sys/dev/pci | |
parent | 6676105f5008f5121f5c59d0c302603a5a0004da (diff) |
Initio INIC-941 works as well; ok miod@
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/iha_pci.c | 3 |
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); } |