summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2020-12-28 10:36:30 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2020-12-28 10:36:30 +0000
commit830b577f90c665a237c5df376eb15849a4abfb0e (patch)
tree058e79f7eed2f4937e912d7f2cec85f1667e3f20
parentb579c239639b506c46693ab686cc28da16e9a9bb (diff)
regen
-rw-r--r--sys/dev/pci/pcidevs.h6
-rw-r--r--sys/dev/pci/pcidevs_data.h10
2 files changed, 14 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 365e6a8c91a..aa5cada4ca2 100644
--- a/sys/dev/pci/pcidevs.h
+++ b/sys/dev/pci/pcidevs.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.1946 2020/12/24 12:02:21 jsg Exp
+ * OpenBSD: pcidevs,v 1.1947 2020/12/28 10:35:59 kettenis Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -297,6 +297,7 @@
#define PCI_VENDOR_ATHEROS 0x168c /* Atheros */
#define PCI_VENDOR_GLOBALSUN 0x16ab /* Global Sun */
#define PCI_VENDOR_SAFENET 0x16ae /* SafeNet */
+#define PCI_VENDOR_SYNOPSYS 0x16c3 /* Synopsys */
#define PCI_VENDOR_MICREL 0x16c6 /* Micrel */
#define PCI_VENDOR_USR2 0x16ec /* US Robotics */
#define PCI_VENDOR_NETOCTAVE 0x170b /* Netoctave */
@@ -8092,6 +8093,9 @@
#define PCI_PRODUCT_SYMPHONY_82C565 0x0565 /* 82C565 ISA */
#define PCI_PRODUCT_SYMPHONY2_82C101 0x0001 /* 82C101 */
+/* Synopsys products */
+#define PCI_PRODUCT_SYNOPSYS_DW_PCIE 0xabcd /* DesignWare PCIE */
+
/* SK hynix products */
#define PCI_PRODUCT_SKHYNIX_SSD 0x1327 /* BC501 NVMe */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index a90f1aa2772..6ba0f20d55e 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.1946 2020/12/24 12:02:21 jsg Exp
+ * OpenBSD: pcidevs,v 1.1947 2020/12/28 10:35:59 kettenis Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -28772,6 +28772,10 @@ static const struct pci_known_product pci_known_products[] = {
"82C101",
},
{
+ PCI_VENDOR_SYNOPSYS, PCI_PRODUCT_SYNOPSYS_DW_PCIE,
+ "DesignWare PCIE",
+ },
+ {
PCI_VENDOR_SKHYNIX, PCI_PRODUCT_SKHYNIX_SSD,
"BC501 NVMe",
},
@@ -32132,6 +32136,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"SafeNet",
},
{
+ PCI_VENDOR_SYNOPSYS,
+ "Synopsys",
+ },
+ {
PCI_VENDOR_MICREL,
"Micrel",
},