NOTES: Move safe(4) to the MI NOTES file

Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D44780
This commit is contained in:
John Baldwin
2024-04-13 19:09:57 -07:00
parent 9c3fd2c1c7
commit ff3569be6f
3 changed files with 4 additions and 15 deletions
-8
View File
@@ -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
#
+4
View File
@@ -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
#####################################################################
-7
View File
@@ -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