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/amd64/conf/NOTES 175915 2008-02-03 07:07:30Z scottl $
7# $FreeBSD: head/sys/amd64/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#####################################################################

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

75# userland with the sysctl variable kern.polling.user_frac
76# (default 50, range 0..100).
77#
78# Not all device drivers support this mode of operation at the time of
79# this writing. See polling(4) for more details.
80
81options DEVICE_POLLING
82
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

75# userland with the sysctl variable kern.polling.user_frac
76# (default 50, range 0..100).
77#
78# Not all device drivers support this mode of operation at the time of
79# this writing. See polling(4) for more details.
80
81options DEVICE_POLLING
82
83# BPF_JITTER adds support for BPF just-in-time compiler.
84
85options BPF_JITTER
86
83
84#####################################################################
85# CLOCK OPTIONS
86
87# The following options are used for debugging clock behavior only, and
88# should not be used for production systems.
89
90# CLK_CALIBRATION_LOOP causes clock calibration to be run in a loop at

--- 582 unchanged lines hidden ---
87
88#####################################################################
89# CLOCK OPTIONS
90
91# The following options are used for debugging clock behavior only, and
92# should not be used for production systems.
93
94# CLK_CALIBRATION_LOOP causes clock calibration to be run in a loop at

--- 582 unchanged lines hidden ---