aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2003-03-11 22:47:06 +0000
committerSam Leffler <sam@FreeBSD.org>2003-03-11 22:47:06 +0000
commitb7c4858f1e6ac3a844a61a80b010f2f1b50a880d (patch)
treec4b232799e4ac8460f49b969f01ac7575565a38e /sys/conf/NOTES
parent2ca9461a05191b449b39ad4d5d48aeb5087ac9b1 (diff)
downloadsrc-b7c4858f1e6ac3a844a61a80b010f2f1b50a880d.tar.gz
src-b7c4858f1e6ac3a844a61a80b010f2f1b50a880d.zip
o add crypto driver glue for using the new rndtest driver/module; this is
conditional in each driver on foo_RNDTEST being defined_ o bring HIFN_DEBUG and UBSEC_DEBUG out to be visible options; they control the debugging printfs that are set with hw.foo.debug (e.g. hw.hifn.debug)
Notes
Notes: svn path=/head/; revision=112124
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index b0d8ba719928..a5251f9b9cf1 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2152,9 +2152,15 @@ device fwe # Ethernet over Firewire (non-standard!)
device crypto # core crypto support
device cryptodev # /dev/crypto for access to h/w
+device rndtest # FIPS 140-2 entropy tester
+
device hifn # Hifn 7951, 7781, etc.
+options HIFN_DEBUG # enable debugging support: hw.hifn.debug
+options HIFN_RNDTEST # enable rndtest support
+
device ubsec # Broadcom 5501, 5601, 58xx
-device rndtest # FIPS 140-2 entropy tester
+options UBSEC_DEBUG # enable debugging support: hw.ubsec.debug
+options UBSEC_RNDTEST # enable rndtest support
#####################################################################