Deleted Added
full compact
GENERIC (219435) GENERIC (220185)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
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/sparc64
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/sparc64/conf/GENERIC 219435 2011-03-09 17:15:11Z julian $
19# $FreeBSD: head/sys/sparc64/conf/GENERIC 220185 2011-03-31 08:07:13Z adrian $
20
21cpu SUN4U
22ident GENERIC
23
24makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
25
26# Platforms supported
27# At this time all platforms are supported, as-is.

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

198device wlan # 802.11 support
199options IEEE80211_DEBUG # enable debug msgs
200options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
201options IEEE80211_SUPPORT_MESH # enable 802.11s D3.0 support
202device wlan_wep # 802.11 WEP support
203device wlan_ccmp # 802.11 CCMP support
204device wlan_tkip # 802.11 TKIP support
205device wlan_amrr # AMRR transmit rate control algorithm
20
21cpu SUN4U
22ident GENERIC
23
24makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
25
26# Platforms supported
27# At this time all platforms are supported, as-is.

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

198device wlan # 802.11 support
199options IEEE80211_DEBUG # enable debug msgs
200options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
201options IEEE80211_SUPPORT_MESH # enable 802.11s D3.0 support
202device wlan_wep # 802.11 WEP support
203device wlan_ccmp # 802.11 CCMP support
204device wlan_tkip # 802.11 TKIP support
205device wlan_amrr # AMRR transmit rate control algorithm
206device ath # Atheros pci/cardbus NIC's
206device ath # Atheros NIC's
207device ath_pci # Atheros pci/cardbus glue
207device ath_hal # Atheros HAL (Hardware Access Layer)
208options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
209device ath_rate_sample # SampleRate tx rate control for ath
210
211# Pseudo devices.
212device loop # Network loopback
213device random # Entropy device
214device ether # Ethernet support

--- 56 unchanged lines hidden ---
208device ath_hal # Atheros HAL (Hardware Access Layer)
209options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
210device ath_rate_sample # SampleRate tx rate control for ath
211
212# Pseudo devices.
213device loop # Network loopback
214device random # Entropy device
215device ether # Ethernet support

--- 56 unchanged lines hidden ---