git: ff3569be6fe0 - main - NOTES: Move safe(4) to the MI NOTES file

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Sun, 14 Apr 2024 02:12:19 UTC
The branch main has been updated by jhb:

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

commit ff3569be6fe01839affdefa14f55cc03a1f4f9d0
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2024-04-14 02:09:57 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2024-04-14 02:09:57 +0000

    NOTES: Move safe(4) to the MI NOTES file
    
    Reviewed by:    imp
    Differential Revision:  https://reviews.freebsd.org/D44780
---
 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 6eaed3fa7f52..0cabacb45dd7 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 a4c62dac873a..85cd1a307c14 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2635,6 +2635,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