diff options
author | 2010-08-23 00:53:36 +0000 | |
---|---|---|
committer | 2010-08-23 00:53:36 +0000 | |
commit | c0f33ac00b8a60eb7be611c347c2779680fbd05c (patch) | |
tree | e8c75c956740149533900bc75af73a2875215134 | |
parent | regen (diff) | |
download | wireguard-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.c | 3 |
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 } }; |