From a81444beb21996e9e2da43fea54dc17a974a1b8d Mon Sep 17 00:00:00 2001 From: David Gwynne Date: Fri, 20 Apr 2018 04:37:22 +0000 Subject: add a small driver for AMDs cryptographic co processor. the hardware provides crypto offload, zlib offload, and an rng. this code only supports the rng at the moment. this device is present on their amd seatlle platforms, and very present on their epyc stuff. ok kettenis@ jmatthew@ --- sys/conf/files | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/conf/files') diff --git a/sys/conf/files b/sys/conf/files index 559f62a9ff4..c3852492ea1 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.660 2018/02/14 23:51:49 jsg Exp $ +# $OpenBSD: files,v 1.661 2018/04/20 04:37:21 dlg Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -464,6 +464,10 @@ file dev/usb/ehci.c ehci needs-flag device xhci: usbus file dev/usb/xhci.c xhci needs-flag +# AMD Cryptographic Co-processor +device ccp +file dev/ic/ccp.c ccp + # SDHC SD/MMC controller device sdhc: sdmmcbus file dev/sdmmc/sdhc.c sdhc -- cgit v1.2.3