NOTES (3fcdcab087b4490276f3a917f99a0c9a9ff2ef7e) NOTES (97e251327f95829d2df75e34300e85282db77432)
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#

--- 2616 unchanged lines hidden (view full) ---

2625device rndtest # FIPS 140-2 entropy tester
2626
2627device ccr # Chelsio T6
2628
2629device hifn # Hifn 7951, 7781, etc.
2630options HIFN_DEBUG # enable debugging support: hw.hifn.debug
2631options HIFN_RNDTEST # enable rndtest support
2632
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#

--- 2616 unchanged lines hidden (view full) ---

2625device rndtest # FIPS 140-2 entropy tester
2626
2627device ccr # Chelsio T6
2628
2629device hifn # Hifn 7951, 7781, etc.
2630options HIFN_DEBUG # enable debugging support: hw.hifn.debug
2631options HIFN_RNDTEST # enable rndtest support
2632
2633device ubsec # Broadcom 5501, 5601, 58xx
2634options UBSEC_DEBUG # enable debugging support: hw.ubsec.debug
2635options UBSEC_RNDTEST # enable rndtest support
2636
2637#####################################################################
2638
2639
2640#
2641# Embedded system options:
2642#
2643# An embedded system might want to run something other than init.
2644options INIT_PATH=/sbin/init:/rescue/init

--- 199 unchanged lines hidden ---
2633#####################################################################
2634
2635
2636#
2637# Embedded system options:
2638#
2639# An embedded system might want to run something other than init.
2640options INIT_PATH=/sbin/init:/rescue/init

--- 199 unchanged lines hidden ---