Deleted Added
full compact
NOTES (219974) NOTES (220137)
1# $FreeBSD: head/sys/conf/NOTES 219974 2011-03-24 21:31:32Z mav $
1# $FreeBSD: head/sys/conf/NOTES 220137 2011-03-29 17:47:25Z trasz $
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

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

2925# Adaptec Array Controller driver options
2926options AAC_DEBUG # Debugging levels:
2927 # 0 - quiet, only emit warnings
2928 # 1 - noisy, emit major function
2929 # points and things done
2930 # 2 - extremely noisy, emit trace
2931 # items in loops, etc.
2932
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

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

2925# Adaptec Array Controller driver options
2926options AAC_DEBUG # Debugging levels:
2927 # 0 - quiet, only emit warnings
2928 # 1 - noisy, emit major function
2929 # points and things done
2930 # 2 - extremely noisy, emit trace
2931 # items in loops, etc.
2932
2933# Resource Accounting
2934options RACCT
2935
2933# Yet more undocumented options for linting.
2934# BKTR_ALLOC_PAGES has no effect except to cause warnings, and
2935# BROOKTREE_ALLOC_PAGES hasn't actually been superseded by it, since the
2936# driver still mostly spells this option BROOKTREE_ALLOC_PAGES.
2937##options BKTR_ALLOC_PAGES=(217*4+1)
2938options BROOKTREE_ALLOC_PAGES=(217*4+1)
2939options MAXFILES=999
2940
2936# Yet more undocumented options for linting.
2937# BKTR_ALLOC_PAGES has no effect except to cause warnings, and
2938# BROOKTREE_ALLOC_PAGES hasn't actually been superseded by it, since the
2939# driver still mostly spells this option BROOKTREE_ALLOC_PAGES.
2940##options BKTR_ALLOC_PAGES=(217*4+1)
2941options BROOKTREE_ALLOC_PAGES=(217*4+1)
2942options MAXFILES=999
2943