NOTES (af3f36025b146acb03a057959e0ac8faf1f2fa13) | NOTES (5033c43b7a5c86f71be4058a8209503be2d65c49) |
---|---|
1# $FreeBSD$ 2# 3# NOTES -- Lines that can be cut/pasted into kernel and hints configs. 4# 5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers', 6# 'makeoptions', 'hints', etc. go into the kernel configuration that you 7# run config(8) with. 8# --- 2835 unchanged lines hidden (view full) --- 2844 2845# Only install the cryptodev device if you are running tests, or know 2846# specifically why you need it. In most cases, it is not needed and 2847# will make things slower. 2848device cryptodev # /dev/crypto for access to h/w 2849 2850device rndtest # FIPS 140-2 entropy tester 2851 | 1# $FreeBSD$ 2# 3# NOTES -- Lines that can be cut/pasted into kernel and hints configs. 4# 5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers', 6# 'makeoptions', 'hints', etc. go into the kernel configuration that you 7# run config(8) with. 8# --- 2835 unchanged lines hidden (view full) --- 2844 2845# Only install the cryptodev device if you are running tests, or know 2846# specifically why you need it. In most cases, it is not needed and 2847# will make things slower. 2848device cryptodev # /dev/crypto for access to h/w 2849 2850device rndtest # FIPS 140-2 entropy tester 2851 |
2852device ccr # Chelsio T6 2853 |
|
2852device hifn # Hifn 7951, 7781, etc. 2853options HIFN_DEBUG # enable debugging support: hw.hifn.debug 2854options HIFN_RNDTEST # enable rndtest support 2855 2856device ubsec # Broadcom 5501, 5601, 58xx 2857options UBSEC_DEBUG # enable debugging support: hw.ubsec.debug 2858options UBSEC_RNDTEST # enable rndtest support 2859 --- 177 unchanged lines hidden --- | 2854device hifn # Hifn 7951, 7781, etc. 2855options HIFN_DEBUG # enable debugging support: hw.hifn.debug 2856options HIFN_RNDTEST # enable rndtest support 2857 2858device ubsec # Broadcom 5501, 5601, 58xx 2859options UBSEC_DEBUG # enable debugging support: hw.ubsec.debug 2860options UBSEC_RNDTEST # enable rndtest support 2861 --- 177 unchanged lines hidden --- |