Deleted Added
full compact
NOTES (255736) NOTES (256377)
1# $FreeBSD: head/sys/conf/NOTES 255736 2013-09-20 20:18:49Z davidch $
1# $FreeBSD: head/sys/conf/NOTES 256377 2013-10-12 12:57:57Z markm $
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#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

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

2957# Yet more undocumented options for linting.
2958# BKTR_ALLOC_PAGES has no effect except to cause warnings, and
2959# BROOKTREE_ALLOC_PAGES hasn't actually been superseded by it, since the
2960# driver still mostly spells this option BROOKTREE_ALLOC_PAGES.
2961##options BKTR_ALLOC_PAGES=(217*4+1)
2962options BROOKTREE_ALLOC_PAGES=(217*4+1)
2963options MAXFILES=999
2964
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#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

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

2957# Yet more undocumented options for linting.
2958# BKTR_ALLOC_PAGES has no effect except to cause warnings, and
2959# BROOKTREE_ALLOC_PAGES hasn't actually been superseded by it, since the
2960# driver still mostly spells this option BROOKTREE_ALLOC_PAGES.
2961##options BKTR_ALLOC_PAGES=(217*4+1)
2962options BROOKTREE_ALLOC_PAGES=(217*4+1)
2963options MAXFILES=999
2964
2965# Random number generator
2966options RANDOM_YARROW # Yarrow RNG
2967##options RANDOM_FORTUNA # Fortuna RNG - not yet implemented
2968options RANDOM_DEBUG # Debugging messages
2969options RANDOM_RWFILE # Read and write entropy cache