summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2010-08-23 00:53:36 +0000
committerdlg <dlg@openbsd.org>2010-08-23 00:53:36 +0000
commitc0f33ac00b8a60eb7be611c347c2779680fbd05c (patch)
treee8c75c956740149533900bc75af73a2875215134
parentregen (diff)
downloadwireguard-openbsd-c0f33ac00b8a60eb7be611c347c2779680fbd05c.tar.xz
wireguard-openbsd-c0f33ac00b8a60eb7be611c347c2779680fbd05c.zip
add support for the LSISAS2004 ships.
from alexey suslikov ok marco@
-rw-r--r--sys/dev/pci/mpii.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/mpii.c b/sys/dev/pci/mpii.c
index d07a910363b..eac0110e01d 100644
--- a/sys/dev/pci/mpii.c
+++ b/sys/dev/pci/mpii.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpii.c,v 1.34 2010/07/16 01:23:11 dlg Exp $ */
+/* $OpenBSD: mpii.c,v 1.35 2010/08/23 00:53:36 dlg Exp $ */
/*
* Copyright (c) 2010 Mike Belopuhov <mkb@crypt.org.ru>
* Copyright (c) 2009 James Giannoules
@@ -2020,6 +2020,7 @@ void mpii_refresh_sensors(void *);
(_h), (_r), (_p), (_l))
static const struct pci_matchid mpii_devices[] = {
+ { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS2004 },
{ PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS2008 }
};