diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2018-04-20 04:38:48 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2018-04-20 04:38:48 +0000 |
commit | 2c6cb2d43f5d8cce18f0752bf7e3c9770b0e436a (patch) | |
tree | 9f57652a88976124b687796df79980e2b38a14e6 /sys | |
parent | 33e149c67ac2084d3850c2b8198c8c2b812d0fc2 (diff) |
enable ccp(4) as found on amd seattle platforms, eg, overdrive 1000s
ok kettenis@ jmatthew@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 675b8c054a4..69fb7e0e4a8 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.66 2018/04/07 18:31:22 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.67 2018/04/20 04:38:47 dlg Exp $ # # GENERIC machine description file # @@ -60,6 +60,7 @@ pci* at pciecam? sdhc* at fdt? sdmmc* at sdhc? xhci* at fdt? +ccp* at fdt? # AMD Cryptographic Co-processor # NS16550 compatible serial ports com* at fdt? |