diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2010-08-23 00:53:37 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2010-08-23 00:53:37 +0000 |
commit | 0b1fb967343309036c0e564e3c85fb38149ec593 (patch) | |
tree | f96aacd9bda61767e4ff095e09433c2245b01bd2 /sys/dev | |
parent | 089159b5bee5187300a2b65faff659d97d35a3f1 (diff) |
add support for the LSISAS2004 ships.
from alexey suslikov
ok marco@
Diffstat (limited to 'sys/dev')
-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 } }; |