diff options
author | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2016-09-14 00:58:28 +0000 |
---|---|---|
committer | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2016-09-14 00:58:28 +0000 |
commit | 9c59506ba5a47d6d0080f656a06f5533fab6419f (patch) | |
tree | d9510d4517d2eedbc004af0b4b7c774e9d850117 /sys/dev/pci/pcidevs_data.h | |
parent | dfa5a4a37b08ed6577ba0a5257480f0f20e072bc (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index f0041f61e1e..077d9217b08 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.1803 2016/08/17 10:01:20 stsp Exp + * OpenBSD: pcidevs,v 1.1805 2016/09/14 00:57:17 jmatthew Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -18976,6 +18976,30 @@ static const struct pci_known_product pci_known_products[] = { "53c875J", }, { + PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS3108_1, + "SAS3108", + }, + { + PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS3108_2, + "SAS3108", + }, + { + PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS3108_3, + "SAS3108", + }, + { + PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS3108_4, + "SAS3108", + }, + { + PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS3004, + "SAS3004", + }, + { + PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS3008, + "SAS3008", + }, + { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_MEGARAID_320, "MegaRAID 320", }, |