diff options
author | sasano <sasano@cvs.openbsd.org> | 2014-09-21 11:08:27 +0000 |
---|---|---|
committer | sasano <sasano@cvs.openbsd.org> | 2014-09-21 11:08:27 +0000 |
commit | dc7554174d94761b9961bbf938bb1ec82688d47a (patch) | |
tree | 12319f66bb35d42b52653ef33e186f09d5312370 /sys | |
parent | 4287e11bc417fe77e81bc4945c4437ee3fc5e595 (diff) |
regen
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 5 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
2 files changed, 17 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 9189421bf5b..c4a05833b6c 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.1741 2014/09/13 05:11:27 jsg Exp + * OpenBSD: pcidevs,v 1.1742 2014/09/21 11:07:27 sasano Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -332,6 +332,7 @@ #define PCI_VENDOR_MARVELL2 0x1b4b /* Marvell */ #define PCI_VENDOR_ETRON 0x1b6f /* Etron */ #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_TEKRAM2 0x1de1 /* Tekram */ #define PCI_VENDOR_TEHUTI 0x1fc9 /* Tehuti Networks */ @@ -4770,6 +4771,8 @@ /* Nanjing QinHeng Electronics products */ #define PCI_PRODUCT_WCH_CH352 0x3253 /* CH352 */ +#define PCI_PRODUCT_WCH2_CH382_1 0x3253 /* CH382 */ +#define PCI_PRODUCT_WCH2_CH382_2 0x3250 /* CH382 */ /* National Datacomm Corp products */ #define PCI_PRODUCT_NDC_NCP130 0x0130 /* NCP130 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index cb58c7bb625..0284c8a9550 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.1741 2014/09/13 05:11:27 jsg Exp + * OpenBSD: pcidevs,v 1.1742 2014/09/21 11:07:27 sasano Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -16276,6 +16276,14 @@ static const struct pci_known_product pci_known_products[] = { "CH352", }, { + PCI_VENDOR_WCH2, PCI_PRODUCT_WCH2_CH382_1, + "CH382", + }, + { + PCI_VENDOR_WCH2, PCI_PRODUCT_WCH2_CH382_2, + "CH382", + }, + { PCI_VENDOR_NDC, PCI_PRODUCT_NDC_NCP130, "NCP130", }, @@ -25144,6 +25152,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Fresco Logic", }, { + PCI_VENDOR_WCH2, + "Nanjing QinHeng Electronics", + }, + { PCI_VENDOR_SYMPHONY2, "Symphony Labs", }, |