diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2018-04-20 04:37:22 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2018-04-20 04:37:22 +0000 |
commit | a81444beb21996e9e2da43fea54dc17a974a1b8d (patch) | |
tree | bbd634b9c7003096e1eed18789c9550f6e08a55a /sys/conf | |
parent | 4981398be1f052f9004563077f088dce600f9b50 (diff) |
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@
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 6 |
1 files changed, 5 insertions, 1 deletions
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 |