From: kevlo Date: Fri, 31 Mar 2023 08:17:00 +0000 (+0000) Subject: regen X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ee5e051eb8fc5bb9aeb7d6e77ea4ab910fa538cb;p=openbsd regen --- diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index d0994d59da4..d0ca2a965b6 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.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 $ */ @@ -378,6 +378,7 @@ #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 */ @@ -9624,6 +9625,10 @@ #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 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 06cc79de0ab..61924bdf3be 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.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",