Deleted Added
full compact
GENERIC (219775) GENERIC (220185)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/i386
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/i386
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/i386/conf/GENERIC 219775 2011-03-19 15:50:34Z bz $
19# $FreeBSD: head/sys/i386/conf/GENERIC 220185 2011-03-31 08:07:13Z adrian $
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
27

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

264options IEEE80211_DEBUG # enable debug msgs
265options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
266options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
267device wlan_wep # 802.11 WEP support
268device wlan_ccmp # 802.11 CCMP support
269device wlan_tkip # 802.11 TKIP support
270device wlan_amrr # AMRR transmit rate control algorithm
271device an # Aironet 4500/4800 802.11 wireless NICs.
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
27

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

264options IEEE80211_DEBUG # enable debug msgs
265options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
266options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
267device wlan_wep # 802.11 WEP support
268device wlan_ccmp # 802.11 CCMP support
269device wlan_tkip # 802.11 TKIP support
270device wlan_amrr # AMRR transmit rate control algorithm
271device an # Aironet 4500/4800 802.11 wireless NICs.
272device ath # Atheros pci/cardbus NIC's
272device ath # Atheros NIC's
273device ath_pci # Atheros pci/cardbus glue
273device ath_hal # pci/cardbus chip support
274options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
275device ath_rate_sample # SampleRate tx rate control for ath
276device ral # Ralink Technology RT2500 wireless NICs.
277device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
278#device wl # Older non 802.11 Wavelan wireless NIC.
279
280# Pseudo devices.

--- 60 unchanged lines hidden ---
274device ath_hal # pci/cardbus chip support
275options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
276device ath_rate_sample # SampleRate tx rate control for ath
277device ral # Ralink Technology RT2500 wireless NICs.
278device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
279#device wl # Older non 802.11 Wavelan wireless NIC.
280
281# Pseudo devices.

--- 60 unchanged lines hidden ---