diff options
author | sam <sam@FreeBSD.org> | 2003-03-11 22:47:06 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2003-03-11 22:47:06 +0000 |
commit | 08b96bb1399a2789ebc9d72321d31751cec37e33 (patch) | |
tree | c4b232799e4ac8460f49b969f01ac7575565a38e /sys/conf/options | |
parent | 0c3ac305c83bd43547194c4582f11b1918260bba (diff) | |
download | FreeBSD-src-08b96bb1399a2789ebc9d72321d31751cec37e33.zip FreeBSD-src-08b96bb1399a2789ebc9d72321d31751cec37e33.tar.gz |
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)
Diffstat (limited to 'sys/conf/options')
-rw-r--r-- | sys/conf/options | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options index 49906f3..1024a5d 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -602,3 +602,10 @@ DEVICE_POLLING opt_global.h # Mutex profiling MUTEX_PROFILING opt_global.h +# options for ubsec driver +UBSEC_DEBUG opt_ubsec.h +UBSEC_RNDTEST opt_ubsec.h + +# options for hifn driver +HIFN_DEBUG opt_hifn.h +HIFN_RNDTEST opt_hifn.h |