git: c3e77ab43f29 - main - arm64: Add armv8crpyto and ossl to NOTES.

John Baldwin jhb at FreeBSD.org
Mon Jan 11 22:28:58 UTC 2021


The branch main has been updated by jhb:

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

commit c3e77ab43f2967ea4286a887668ef9f44be0fcc1
Author:     John Baldwin <jhb at FreeBSD.org>
AuthorDate: 2021-01-11 22:27:09 +0000
Commit:     John Baldwin <jhb at 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


More information about the dev-commits-src-all mailing list