regen
authorkevlo <kevlo@openbsd.org>
Fri, 31 Mar 2023 08:17:00 +0000 (08:17 +0000)
committerkevlo <kevlo@openbsd.org>
Fri, 31 Mar 2023 08:17:00 +0000 (08:17 +0000)
sys/dev/pci/pcidevs.h
sys/dev/pci/pcidevs_data.h

index d0994d5..d0ca2a9 100644 (file)
@@ -2,7 +2,7 @@
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     OpenBSD: pcidevs,v 1.2026 2023/03/19 09:38:06 jsg Exp 
+ *     OpenBSD: pcidevs,v 1.2027 2023/03/31 08:16:30 kevlo Exp 
  */
 /*     $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $       */
 
 #define        PCI_VENDOR_DCI  0x6666          /* Decision Computer */
 #define        PCI_VENDOR_QUANCOM      0x8008          /* Quancom Informationssysteme */
 #define        PCI_VENDOR_INTEL        0x8086          /* Intel */
+#define        PCI_VENDOR_WANGXUN      0x8088          /* Beijing WangXun Technology */
 #define        PCI_VENDOR_INNOTEK      0x80ee          /* InnoTek */
 #define        PCI_VENDOR_SIGMATEL     0x8384          /* Sigmatel */
 #define        PCI_VENDOR_WINBOND2     0x8c4a          /* Winbond */
 #define        PCI_PRODUCT_WCH2_CH382_2        0x3250          /* CH382 */
 #define        PCI_PRODUCT_WCH2_CH382_1        0x3253          /* CH382 */
 
+/* Beijing WangXun Technology products */
+#define        PCI_PRODUCT_WANGXUN_WX1860A2    0x0101          /* WX1860A2 */
+#define        PCI_PRODUCT_WANGXUN_WX1860AL1   0x010b          /* WX1860AL1 */
+
 /* Western Digital products */
 #define        PCI_PRODUCT_WD_WD33C193A        0x0193          /* WD33C193A */
 #define        PCI_PRODUCT_WD_WD33C196A        0x0196          /* WD33C196A */
index 06cc79d..61924bd 100644 (file)
@@ -2,7 +2,7 @@
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     OpenBSD: pcidevs,v 1.2026 2023/03/19 09:38:06 jsg Exp 
+ *     OpenBSD: pcidevs,v 1.2027 2023/03/31 08:16:30 kevlo Exp 
  */
 
 /*     $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $       */
@@ -34519,6 +34519,14 @@ static const struct pci_known_product pci_known_products[] = {
            PCI_VENDOR_WCH2, PCI_PRODUCT_WCH2_CH382_1,
            "CH382",
        },
+       {
+           PCI_VENDOR_WANGXUN, PCI_PRODUCT_WANGXUN_WX1860A2,
+           "WX1860A2",
+       },
+       {
+           PCI_VENDOR_WANGXUN, PCI_PRODUCT_WANGXUN_WX1860AL1,
+           "WX1860AL1",
+       },
        {
            PCI_VENDOR_WD, PCI_PRODUCT_WD_WD33C193A,
            "WD33C193A",
@@ -36051,6 +36059,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
            PCI_VENDOR_INTEL,
            "Intel",
        },
+       {
+           PCI_VENDOR_WANGXUN,
+           "Beijing WangXun Technology",
+       },
        {
            PCI_VENDOR_INNOTEK,
            "InnoTek",