summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2019-08-13 03:18:39 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2019-08-13 03:18:39 +0000
commitff460c59ae446b7982ad2ad0f667a73e283bdef0 (patch)
tree506e68e6431f2b092f2881ace686a6bb0cc3b9bc
parentb1ea1cb7eafb2ebac57a3d40057157d324af9953 (diff)
regen
-rw-r--r--sys/dev/pci/pcidevs.h10
-rw-r--r--sys/dev/pci/pcidevs_data.h14
2 files changed, 18 insertions, 6 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 3abc5730157..ae936341ca2 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.1893 2019/08/02 21:45:16 kettenis Exp
+ * OpenBSD: pcidevs,v 1.1894 2019/08/13 03:17:11 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -341,6 +341,7 @@
#define PCI_VENDOR_FRESCO 0x1b73 /* Fresco Logic */
#define PCI_VENDOR_WCH2 0x1c00 /* Nanjing QinHeng Electronics */
#define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs */
+#define PCI_VENDOR_UMIS 0x1cc4 /* Union Memory */
#define PCI_VENDOR_ROCKCHIP 0x1d87 /* Rockchip */
#define PCI_VENDOR_TEKRAM2 0x1de1 /* Tekram */
#define PCI_VENDOR_AMPERE 0x1def /* Ampere */
@@ -7819,6 +7820,9 @@
/* Turtle Beach products */
#define PCI_PRODUCT_TURTLEBEACH_SANTA_CRUZ 0x3357 /* Santa Cruz */
+/* ULSI Systems products */
+#define PCI_PRODUCT_ULSI_US201 0x0201 /* US201 */
+
/* UMC products */
#define PCI_PRODUCT_UMC_UM82C881 0x0001 /* UM82C881 486 */
#define PCI_PRODUCT_UMC_UM82C886 0x0002 /* UM82C886 ISA */
@@ -7838,8 +7842,8 @@
#define PCI_PRODUCT_UMC_UM8886N 0xe88a /* UM8886N */
#define PCI_PRODUCT_UMC_UM8891N 0xe891 /* UM8891N */
-/* ULSI Systems products */
-#define PCI_PRODUCT_ULSI_US201 0x0201 /* US201 */
+/* Shenzhen Unionmemory Information System products */
+#define PCI_PRODUCT_UMIS_NVME 0x2263 /* NVMe */
/* US Robotics */
#define PCI_PRODUCT_USR2_USR997902 0x0116 /* USR997902 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index aee07032fe8..8c3bb934f02 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.1893 2019/08/02 21:45:16 kettenis Exp
+ * OpenBSD: pcidevs,v 1.1894 2019/08/13 03:17:11 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -27544,6 +27544,10 @@ static const struct pci_known_product pci_known_products[] = {
"Santa Cruz",
},
{
+ PCI_VENDOR_ULSI, PCI_PRODUCT_ULSI_US201,
+ "US201",
+ },
+ {
PCI_VENDOR_UMC, PCI_PRODUCT_UMC_UM82C881,
"UM82C881 486",
},
@@ -27612,8 +27616,8 @@ static const struct pci_known_product pci_known_products[] = {
"UM8891N",
},
{
- PCI_VENDOR_ULSI, PCI_PRODUCT_ULSI_US201,
- "US201",
+ PCI_VENDOR_UMIS, PCI_PRODUCT_UMIS_NVME,
+ "NVMe",
},
{
PCI_VENDOR_USR2, PCI_PRODUCT_USR2_USR997902,
@@ -30400,6 +30404,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"Symphony Labs",
},
{
+ PCI_VENDOR_UMIS,
+ "Union Memory",
+ },
+ {
PCI_VENDOR_ROCKCHIP,
"Rockchip",
},