diff options
author | 2014-12-07 03:59:30 +0000 | |
---|---|---|
committer | 2014-12-07 03:59:30 +0000 | |
commit | e51ec397207eaaf2fed0a1ab645327f3583aea96 (patch) | |
tree | ef4d0aad433c192d6f2c4a01132fbe5fbbbd684f | |
parent | support WCH2 CH351 puc (diff) | |
download | wireguard-openbsd-e51ec397207eaaf2fed0a1ab645327f3583aea96.tar.xz wireguard-openbsd-e51ec397207eaaf2fed0a1ab645327f3583aea96.zip |
sync
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 4b830b00691..076ee38e2cb 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.1751 2014/12/06 02:47:16 jsg Exp + * OpenBSD: pcidevs,v 1.1752 2014/12/07 03:59:25 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -4815,6 +4815,7 @@ /* Nanjing QinHeng Electronics products */ #define PCI_PRODUCT_WCH_CH352 0x3253 /* CH352 */ +#define PCI_PRODUCT_WCH2_CH351 0x2273 /* CH351 */ #define PCI_PRODUCT_WCH2_CH382_1 0x3253 /* CH382 */ #define PCI_PRODUCT_WCH2_CH382_2 0x3250 /* CH382 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 1d4d9271f0a..48802e12f25 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.1751 2014/12/06 02:47:16 jsg Exp + * OpenBSD: pcidevs,v 1.1752 2014/12/07 03:59:25 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -16452,6 +16452,10 @@ static const struct pci_known_product pci_known_products[] = { "CH352", }, { + PCI_VENDOR_WCH2, PCI_PRODUCT_WCH2_CH351, + "CH351", + }, + { PCI_VENDOR_WCH2, PCI_PRODUCT_WCH2_CH382_1, "CH382", }, |