Deleted Added
full compact
GENERIC (220143) GENERIC (220185)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/amd64
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/amd64
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# $FreeBSD: head/sys/amd64/conf/GENERIC 220143 2011-03-29 18:16:49Z trasz $
19# $FreeBSD: head/sys/amd64/conf/GENERIC 220185 2011-03-31 08:07:13Z adrian $
20
21cpu HAMMER
22ident GENERIC
23
24makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
25
26options SCHED_ULE # ULE scheduler
27options PREEMPTION # Enable kernel thread preemption

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

252options IEEE80211_DEBUG # enable debug msgs
253options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
254options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
255device wlan_wep # 802.11 WEP support
256device wlan_ccmp # 802.11 CCMP support
257device wlan_tkip # 802.11 TKIP support
258device wlan_amrr # AMRR transmit rate control algorithm
259device an # Aironet 4500/4800 802.11 wireless NICs.
20
21cpu HAMMER
22ident GENERIC
23
24makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
25
26options SCHED_ULE # ULE scheduler
27options PREEMPTION # Enable kernel thread preemption

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

252options IEEE80211_DEBUG # enable debug msgs
253options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
254options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
255device wlan_wep # 802.11 WEP support
256device wlan_ccmp # 802.11 CCMP support
257device wlan_tkip # 802.11 TKIP support
258device wlan_amrr # AMRR transmit rate control algorithm
259device an # Aironet 4500/4800 802.11 wireless NICs.
260device ath # Atheros pci/cardbus NIC's
260device ath # Atheros NIC's
261device ath_pci # Atheros pci/cardbus glue
261device ath_hal # pci/cardbus chip support
262options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
263device ath_rate_sample # SampleRate tx rate control for ath
264device ral # Ralink Technology RT2500 wireless NICs.
265device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
266
267# Pseudo devices.
268device loop # Network loopback

--- 59 unchanged lines hidden ---
262device ath_hal # pci/cardbus chip support
263options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
264device ath_rate_sample # SampleRate tx rate control for ath
265device ral # Ralink Technology RT2500 wireless NICs.
266device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
267
268# Pseudo devices.
269device loop # Network loopback

--- 59 unchanged lines hidden ---