From ed47844413830da349a48bf036e8efd9d519b372 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Thu, 18 Oct 2007 21:10:59 +0000 Subject: Initio INIC-941 works as well; ok miod@ --- sys/dev/pci/iha_pci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/pci') 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); } -- cgit v1.2.3