diff options
author | 2018-04-20 04:38:47 +0000 | |
---|---|---|
committer | 2018-04-20 04:38:47 +0000 | |
commit | 4b1c26e74a738a7103be1e1b41543344ec46a795 (patch) | |
tree | b8e58f14edcf0b665ab3aca625a2dd4ba6565093 | |
parent | ccp(4) manpage (diff) | |
download | wireguard-openbsd-4b1c26e74a738a7103be1e1b41543344ec46a795.tar.xz wireguard-openbsd-4b1c26e74a738a7103be1e1b41543344ec46a795.zip |
enable ccp(4) as found on amd seattle platforms, eg, overdrive 1000s
ok kettenis@ jmatthew@
-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? |