The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=c3e77ab43f2967ea4286a887668ef9f44be0fcc1
commit c3e77ab43f2967ea4286a887668ef9f44be0fcc1 Author: John Baldwin <[email protected]> AuthorDate: 2021-01-11 22:27:09 +0000 Commit: John Baldwin <[email protected]> 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
