Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jan 2021 22:28:58 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c3e77ab43f29 - main - arm64: Add armv8crpyto and ossl to NOTES.
Message-ID:  <202101112228.10BMSwSk058466@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=c3e77ab43f2967ea4286a887668ef9f44be0fcc1

commit c3e77ab43f2967ea4286a887668ef9f44be0fcc1
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2021-01-11 22:27:09 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2021-01-11 22:28:46 +0000

    arm64: Add armv8crpyto and ossl to NOTES.
    
    Reviewed by:    mhorne
    Differential Revision:  https://reviews.freebsd.org/D28099
---
 sys/arm64/conf/NOTES | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sys/arm64/conf/NOTES b/sys/arm64/conf/NOTES
index 111d850dc484..8036784370c5 100644
--- a/sys/arm64/conf/NOTES
+++ b/sys/arm64/conf/NOTES
@@ -66,6 +66,10 @@ device		vtnet
 # CPU frequency control
 device		cpufreq
 
+# Accelerated software crypto
+device		armv8crypto		# ARMv8 OpenCrypto module
+device		ossl			# OpenSSL OpenCrypto module
+
 # Bus drivers
 device		al_pci		# Annapurna Alpine PCI-E
 options 	PCI_HP			# PCI-Express native HotPlug



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101112228.10BMSwSk058466>