Deleted Added
full compact
NOTES (171196) 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/pc98/conf/NOTES 171196 2007-07-04 00:18:39Z bz $
7# $FreeBSD: head/sys/pc98/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#####################################################################

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

186# userland with the sysctl variable kern.polling.user_frac
187# (default 50, range 0..100).
188#
189# Not all device drivers support this mode of operation at the time of
190# this writing. See polling(4) for more details.
191
192options DEVICE_POLLING
193
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

186# userland with the sysctl variable kern.polling.user_frac
187# (default 50, range 0..100).
188#
189# Not all device drivers support this mode of operation at the time of
190# this writing. See polling(4) for more details.
191
192options DEVICE_POLLING
193
194# BPF_JITTER adds support for BPF just-in-time compiler.
195
196options BPF_JITTER
197
194
195#####################################################################
196# CLOCK OPTIONS
197
198# The following options are used for debugging clock behavior only, and
199# should not be used for production systems.
200
201# CLK_CALIBRATION_LOOP causes clock calibration to be run in a loop at

--- 615 unchanged lines hidden ---
198
199#####################################################################
200# CLOCK OPTIONS
201
202# The following options are used for debugging clock behavior only, and
203# should not be used for production systems.
204
205# CLK_CALIBRATION_LOOP causes clock calibration to be run in a loop at

--- 615 unchanged lines hidden ---