Deleted Added
sdiff udiff text old ( 175915 ) new ( 177586 )
full compact
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
7# $FreeBSD: head/sys/i386/conf/NOTES 175915 2008-02-03 07:07:30Z scottl $
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

246# userland with the sysctl variable kern.polling.user_frac
247# (default 50, range 0..100).
248#
249# Not all device drivers support this mode of operation at the time of
250# this writing. See polling(4) for more details.
251
252options DEVICE_POLLING
253
254
255#####################################################################
256# CLOCK OPTIONS
257
258# The following options are used for debugging clock behavior only, and
259# should not be used for production systems.
260
261# CLK_CALIBRATION_LOOP causes clock calibration to be run in a loop at

--- 967 unchanged lines hidden ---