diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-05-02 09:50:31 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-05-02 09:50:31 +0000 |
commit | be14a99de40733ee3418d8aa1e87b1ff4448e24e (patch) | |
tree | 23639092062f4c40d1df6e9e0a2b309a732e6cdf /sys/dev/pci/pcidevs_data.h | |
parent | 13e62592b0bf84f032cad23ccc317c10f9abd3d6 (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 79ed56da399..273f470e18a 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.1885 2019/04/24 03:44:50 dlg Exp + * OpenBSD: pcidevs,v 1.1886 2019/05/02 09:49:36 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1512,6 +1512,10 @@ static const struct pci_known_product pci_known_products[] = { "AMD64 17h/1xh PCIE", }, { + PCI_VENDOR_AMD, PCI_PRODUCT_AMD_CCPV5C, + "Cryptographic Co-processor v5c", + }, + { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_AMD64_17_1X_XHCI_1, "AMD64 17h/1xh xHCI", }, |