Deleted Added
full compact
OCTEON1 (219775) OCTEON1 (220185)
1#
2# OCTEON1 -- Generic kernel configuration file for FreeBSD/MIPS on Cavium Octeon
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# OCTEON1 -- Generic kernel configuration file for FreeBSD/MIPS on Cavium Octeon
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/mips/conf/OCTEON1 219775 2011-03-19 15:50:34Z bz $
19# $FreeBSD: head/sys/mips/conf/OCTEON1 220185 2011-03-31 08:07:13Z adrian $
20
21ident OCTEON1
22
23makeoptions ARCH_FLAGS="-march=octeon -mabi=64"
24makeoptions LDSCRIPT_NAME=ldscript.mips.octeon1
25
26# Don't build any modules yet.
27makeoptions MODULES_OVERRIDE=""

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

232options IEEE80211_DEBUG # enable debug msgs
233options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
234options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
235device wlan_wep # 802.11 WEP support
236device wlan_ccmp # 802.11 CCMP support
237device wlan_tkip # 802.11 TKIP support
238device wlan_amrr # AMRR transmit rate control algorithm
239device an # Aironet 4500/4800 802.11 wireless NICs.
20
21ident OCTEON1
22
23makeoptions ARCH_FLAGS="-march=octeon -mabi=64"
24makeoptions LDSCRIPT_NAME=ldscript.mips.octeon1
25
26# Don't build any modules yet.
27makeoptions MODULES_OVERRIDE=""

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

232options IEEE80211_DEBUG # enable debug msgs
233options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
234options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
235device wlan_wep # 802.11 WEP support
236device wlan_ccmp # 802.11 CCMP support
237device wlan_tkip # 802.11 TKIP support
238device wlan_amrr # AMRR transmit rate control algorithm
239device an # Aironet 4500/4800 802.11 wireless NICs.
240device ath # Atheros pci/cardbus NIC's
240device ath # Atheros NIC's
241device ath_hal # pci/cardbus chip support
242options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
243device ath_rate_sample # SampleRate tx rate control for ath
244device ral # Ralink Technology RT2500 wireless NICs.
245device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
246
247# Pseudo devices.
248device loop # Network loopback

--- 51 unchanged lines hidden ---
241device ath_hal # pci/cardbus chip support
242options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
243device ath_rate_sample # SampleRate tx rate control for ath
244device ral # Ralink Technology RT2500 wireless NICs.
245device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
246
247# Pseudo devices.
248device loop # Network loopback

--- 51 unchanged lines hidden ---