diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2023-03-31 08:17:01 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2023-03-31 08:17:01 +0000 |
commit | edac4b51f6ca45bb9caf3c4fb6207c0dcc8a6f29 (patch) | |
tree | dc42292a26015b0671e91d33c3c01a36a88dcf9c /sys | |
parent | ab1d07de69b14bc260822ae0085110a9f9328410 (diff) |
regen
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 7 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
2 files changed, 19 insertions, 2 deletions
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 $ */ @@ -34520,6 +34520,14 @@ static const struct pci_known_product pci_known_products[] = { "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", }, @@ -36052,6 +36060,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Intel", }, { + PCI_VENDOR_WANGXUN, + "Beijing WangXun Technology", + }, + { PCI_VENDOR_INNOTEK, "InnoTek", }, |