git: 97d1a0cde140 - stable/14 - NOTES: Move safe(4) to the MI NOTES file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Jul 2024 15:40:23 UTC
The branch stable/14 has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=97d1a0cde140e2537093628e68d616cfd9eb1406
commit 97d1a0cde140e2537093628e68d616cfd9eb1406
Author: John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2024-04-14 02:09:57 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2024-07-18 17:20:58 +0000
NOTES: Move safe(4) to the MI NOTES file
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D44780
(cherry picked from commit ff3569be6fe01839affdefa14f55cc03a1f4f9d0)
---
sys/amd64/conf/NOTES | 8 --------
sys/conf/NOTES | 4 ++++
sys/i386/conf/NOTES | 7 -------
3 files changed, 4 insertions(+), 15 deletions(-)
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index 23561d740a0b..e85ddd20d58d 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -450,14 +450,6 @@ device pmspcv
# Only for legacy Atom C2XXX chipsets.
device qat_c2xxx
-#
-# SafeNet crypto driver: can be moved to the MI NOTES as soon as
-# it's tested on a big-endian machine
-#
-device safe # SafeNet 1141
-options SAFE_DEBUG # enable debugging support: hw.safe.debug
-options SAFE_RNDTEST # enable rndtest support
-
#
# VirtIO support
#
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 3cf23f2976dc..af5bdde74732 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2632,6 +2632,10 @@ device hifn # Hifn 7951, 7781, etc.
options HIFN_DEBUG # enable debugging support: hw.hifn.debug
options HIFN_RNDTEST # enable rndtest support
+device safe # SafeNet 1141
+options SAFE_DEBUG # enable debugging support: hw.safe.debug
+options SAFE_RNDTEST # enable rndtest support
+
#####################################################################
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 6692a9dba10e..eee1424b2118 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -641,13 +641,6 @@ device vmd
#
# PMC-Sierra SAS/SATA controller
device pmspcv
-#
-# SafeNet crypto driver: can be moved to the MI NOTES as soon as
-# it's tested on a big-endian machine
-#
-device safe # SafeNet 1141
-options SAFE_DEBUG # enable debugging support: hw.safe.debug
-options SAFE_RNDTEST # enable rndtest support
#
# glxiic is an I2C driver for the AMD Geode LX CS5536 System Management Bus