Deleted Added
full compact
NOTES (189872) NOTES (191954)
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 189872 2009-03-16 10:36:24Z dchagin $
7# $FreeBSD: head/sys/amd64/conf/NOTES 191954 2009-05-10 00:00:25Z kuriyama $
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

28#
29# Watchdog routines.
30#
31options MP_WATCHDOG
32
33#
34# Debugging options.
35#
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

28#
29# Watchdog routines.
30#
31options MP_WATCHDOG
32
33#
34# Debugging options.
35#
36options STOP_NMI # Stop CPUS using NMI instead of IPI
36options STOP_NMI # Stop CPUS using NMI instead of IPI
37
38
39
40#####################################################################
41# CPU OPTIONS
42
43#
44# You must specify at least one CPU (the one you intend to run on);

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

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
37
38
39
40#####################################################################
41# CPU OPTIONS
42
43#
44# You must specify at least one CPU (the one you intend to run on);

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

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
85options BPF_JITTER
86
87
88#####################################################################
89# CLOCK OPTIONS
90
91# Provide read/write access to the memory in the clock chip.
92device nvram # Access to rtc cmos via /dev/nvram
93

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

148
149#
150# AGP GART support
151device agp
152
153#
154# AGP debugging.
155#
86
87
88#####################################################################
89# CLOCK OPTIONS
90
91# Provide read/write access to the memory in the clock chip.
92device nvram # Access to rtc cmos via /dev/nvram
93

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

148
149#
150# AGP GART support
151device agp
152
153#
154# AGP debugging.
155#
156options AGP_DEBUG
156options AGP_DEBUG
157
158
159#####################################################################
160# HARDWARE DEVICE CONFIGURATION
161
162#
163# Optional devices:
164#

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

283device ipw
284device nfe
285device nve
286device ral
287device wpi
288
289device ath # Atheros pci/cardbus NIC's
290device ath_hal # pci/cardbus chip support
157
158
159#####################################################################
160# HARDWARE DEVICE CONFIGURATION
161
162#
163# Optional devices:
164#

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

283device ipw
284device nfe
285device nve
286device ral
287device wpi
288
289device ath # Atheros pci/cardbus NIC's
290device ath_hal # pci/cardbus chip support
291options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
291options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
292device ath_rate_sample # SampleRate tx rate control for ath
293#device ath_rate_amrr # AMRR rate control for ath driver
294#device ath_rate_onoe # Onoe rate control for ath driver
295
296#
297#XXX this stores pointers in a 32bit field that is defined by the hardware
298#device pst
299

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

452options COMPAT_LINUX32
453
454# Enable the linux-like proc filesystem support (requires COMPAT_LINUX32
455# and PSEUDOFS)
456options LINPROCFS
457
458#Enable the linux-like sys filesystem support (requires COMPAT_LINUX32
459# and PSEUDOFS)
292device ath_rate_sample # SampleRate tx rate control for ath
293#device ath_rate_amrr # AMRR rate control for ath driver
294#device ath_rate_onoe # Onoe rate control for ath driver
295
296#
297#XXX this stores pointers in a 32bit field that is defined by the hardware
298#device pst
299

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

452options COMPAT_LINUX32
453
454# Enable the linux-like proc filesystem support (requires COMPAT_LINUX32
455# and PSEUDOFS)
456options LINPROCFS
457
458#Enable the linux-like sys filesystem support (requires COMPAT_LINUX32
459# and PSEUDOFS)
460options LINSYSFS
460options LINSYSFS
461
462#
463# SysVR4 ABI emulation
464#
465# The svr4 ABI emulator can be statically compiled into the kernel or loaded as
466# a KLD module.
467# The STREAMS network emulation code can also be compiled statically or as a
468# module. If loaded as a module, it must be loaded before the svr4 module

--- 45 unchanged lines hidden ---
461
462#
463# SysVR4 ABI emulation
464#
465# The svr4 ABI emulator can be statically compiled into the kernel or loaded as
466# a KLD module.
467# The STREAMS network emulation code can also be compiled statically or as a
468# module. If loaded as a module, it must be loaded before the svr4 module

--- 45 unchanged lines hidden ---