Deleted Added
full compact
NOTES (112498) NOTES (112694)
1# $FreeBSD: head/sys/conf/NOTES 112498 2003-03-22 14:18:23Z ru $
1# $FreeBSD: head/sys/conf/NOTES 112694 2003-03-26 23:40:42Z tegge $
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

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

2222options SHMSEG=9
2223
2224# Set the amount of time (in seconds) the system will wait before
2225# rebooting automatically when a kernel panic occurs. If set to (-1),
2226# the system will wait indefinitely until a key is pressed on the
2227# console.
2228options PANIC_REBOOT_WAIT_TIME=16
2229
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

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

2222options SHMSEG=9
2223
2224# Set the amount of time (in seconds) the system will wait before
2225# rebooting automatically when a kernel panic occurs. If set to (-1),
2226# the system will wait indefinitely until a key is pressed on the
2227# console.
2228options PANIC_REBOOT_WAIT_TIME=16
2229
2230# Attempt to bypass the buffer cache and put data directly into the
2231# userland buffer for read operation when O_DIRECT flag is set on the
2232# file. Both offset and length of the read operation must be
2233# multiples of the physical media sector size.
2234#
2235#options DIRECTIO
2236
2237# Specify a lower limit for the number of swap I/O buffers. They are
2238# (among other things) used when bypassing the buffer cache due to
2239# DIRECTIO kernel option enabled and O_DIRECT flag set on file.
2240#
2241#options NSWBUF_MIN=120
2242
2230#####################################################################
2231
2232# More undocumented options for linting.
2233# Note that documenting these are not considered an affront.
2234
2235options CAM_DEBUG_DELAY
2236
2237# VFS cluster debugging.

--- 58 unchanged lines hidden ---
2243#####################################################################
2244
2245# More undocumented options for linting.
2246# Note that documenting these are not considered an affront.
2247
2248options CAM_DEBUG_DELAY
2249
2250# VFS cluster debugging.

--- 58 unchanged lines hidden ---