summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-10-08 04:54:37 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-10-08 04:54:37 +0000
commit6c4ac81bbeb17c7d916b32b4d241a31a71099241 (patch)
tree5a619953391a4bc69f7f2fd296072c58d643f275 /sys
parent7bfd7b85bad8ad421eaf572aeeb74522b0ff03ae (diff)
Also attach to boards with the PCI Express Fibre Channel FC949E chipset.
"go go go" dlg@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/mpi_pci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/mpi_pci.c b/sys/dev/pci/mpi_pci.c
index 3f48c2479df..a082e4f818a 100644
--- a/sys/dev/pci/mpi_pci.c
+++ b/sys/dev/pci/mpi_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpi_pci.c,v 1.12 2006/08/10 00:48:47 dlg Exp $ */
+/* $OpenBSD: mpi_pci.c,v 1.13 2006/10/08 04:54:36 brad Exp $ */
/*
* Copyright (c) 2005 David Gwynne <dlg@openbsd.org>
@@ -67,6 +67,7 @@ static const struct pci_matchid mpi_devices[] = {
{ PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_FC929_1 },
{ PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_FC929X },
{ PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_FC939X },
+ { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_FC949E },
{ PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_FC949X },
{ PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS1064 },
{ PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS1064A },