summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2021-06-13 12:43:55 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2021-06-13 12:43:55 +0000
commit2f5b5718bdebb201234b2f184be66ac5f1beb329 (patch)
treec40b076cd7f5f716bed4f730b1209fc59e9694b7 /sys
parentecb8f41e5cc19d7ed73c0887704140167e99e412 (diff)
regen
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h7
-rw-r--r--sys/dev/pci/pcidevs_data.h14
2 files changed, 19 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 91eaa6cb9a1..45e87640d36 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.1971 2021/06/11 15:42:36 jsg Exp
+ * OpenBSD: pcidevs,v 1.1972 2021/06/13 12:43:15 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -386,6 +386,7 @@
#define PCI_VENDOR_ENDACE 0xeace /* Endace */
#define PCI_VENDOR_BELKIN 0xec80 /* Belkin Components */
#define PCI_VENDOR_ARC 0xedd8 /* ARC Logic */
+#define PCI_VENDOR_SIFIVE 0xf15e /* SiFive */
#define PCI_VENDOR_INVALID 0xffff /* INVALID VENDOR ID */
/*
@@ -1118,6 +1119,7 @@
#define PCI_PRODUCT_ASMEDIA_ASM1184E 0x1184 /* ASM1184e */
#define PCI_PRODUCT_ASMEDIA_ASM1042AE 0x1242 /* ASM1042AE xHCI */
#define PCI_PRODUCT_ASMEDIA_ASM1143 0x1343 /* ASM1143 xHCI */
+#define PCI_PRODUCT_ASMEDIA_ASM2824 0x2824 /* ASM2824 */
/* ASPEED Technology products */
#define PCI_PRODUCT_ASPEED_AST1150 0x1150 /* AST1150 PCI */
@@ -8015,6 +8017,9 @@
#define PCI_PRODUCT_SGSTHOMSON_KYROII 0x0010 /* Kyro-II */
#define PCI_PRODUCT_SGSTHOMSON_1764X 0x1746 /* STG 1764X */
+/* SiFive products */
+#define PCI_PRODUCT_SIFIVE_PCIE 0x0000 /* PCIe */
+
/* Sigma Designs */
#define PCI_PRODUCT_SIGMA_64GX 0x6401 /* 64GX */
#define PCI_PRODUCT_SIGMA_DVDMAGICPRO 0x8300 /* DVDmagic-PRO */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 2ec7455d4be..a65164233bc 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.1971 2021/06/11 15:42:36 jsg Exp
+ * OpenBSD: pcidevs,v 1.1972 2021/06/13 12:43:15 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2668,6 +2668,10 @@ static const struct pci_known_product pci_known_products[] = {
"ASM1143 xHCI",
},
{
+ PCI_VENDOR_ASMEDIA, PCI_PRODUCT_ASMEDIA_ASM2824,
+ "ASM2824",
+ },
+ {
PCI_VENDOR_ASPEED, PCI_PRODUCT_ASPEED_AST1150,
"AST1150 PCI",
},
@@ -28600,6 +28604,10 @@ static const struct pci_known_product pci_known_products[] = {
"STG 1764X",
},
{
+ PCI_VENDOR_SIFIVE, PCI_PRODUCT_SIFIVE_PCIE,
+ "PCIe",
+ },
+ {
PCI_VENDOR_SIGMA, PCI_PRODUCT_SIGMA_64GX,
"64GX",
},
@@ -33584,6 +33592,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"ARC Logic",
},
{
+ PCI_VENDOR_SIFIVE,
+ "SiFive",
+ },
+ {
PCI_VENDOR_INVALID,
"INVALID VENDOR ID",
},