Deleted Added
full compact
NOTES (175915) NOTES (177586)
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#
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 $
7# $FreeBSD: head/sys/i386/conf/NOTES 177586 2008-03-24 22:23:22Z jkim $
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
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# BPF_JITTER adds support for BPF just-in-time compiler.
255
256options BPF_JITTER
257
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 ---
258
259#####################################################################
260# CLOCK OPTIONS
261
262# The following options are used for debugging clock behavior only, and
263# should not be used for production systems.
264
265# CLK_CALIBRATION_LOOP causes clock calibration to be run in a loop at

--- 967 unchanged lines hidden ---