Deleted Added
full compact
AVILA (214946) AVILA (220185)
1# AVILA -- Gateworks Avila XScale board
2# kernel configuration file for FreeBSD/arm
3#
4# For more information on this file, please read the handbook section on
5# 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# AVILA -- Gateworks Avila XScale board
2# kernel configuration file for FreeBSD/arm
3#
4# For more information on this file, please read the handbook section on
5# 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/arm/conf/AVILA 214946 2010-11-07 20:33:39Z thompsa $
19# $FreeBSD: head/sys/arm/conf/AVILA 220185 2011-03-31 08:07:13Z adrian $
20
21ident AVILA
22
23include "../xscale/ixp425/std.ixp425"
24# NB: memory mapping is defined in std.avila
25include "../xscale/ixp425/std.avila"
26options XSCALE_CACHE_READ_WRITE_ALLOCATE
27#options ARM_USE_SMALL_ALLOC

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

115options IEEE80211_DEBUG
116options IEEE80211_SUPPORT_TDMA
117options IEEE80211_SUPPORT_MESH
118device wlan_wep # 802.11 WEP support
119device wlan_ccmp # 802.11 CCMP support
120device wlan_tkip # 802.11 TKIP support
121device wlan_xauth
122
20
21ident AVILA
22
23include "../xscale/ixp425/std.ixp425"
24# NB: memory mapping is defined in std.avila
25include "../xscale/ixp425/std.avila"
26options XSCALE_CACHE_READ_WRITE_ALLOCATE
27#options ARM_USE_SMALL_ALLOC

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

115options IEEE80211_DEBUG
116options IEEE80211_SUPPORT_TDMA
117options IEEE80211_SUPPORT_MESH
118device wlan_wep # 802.11 WEP support
119device wlan_ccmp # 802.11 CCMP support
120device wlan_tkip # 802.11 TKIP support
121device wlan_xauth
122
123device ath # Atheros pci/cardbus NIC's
123device ath # Atheros NIC's
124device ath_pci # Atheros pci/cardbus glue
124options ATH_DEBUG
125options ATH_DIAGAPI
126#options ATH_TX99_DIAG
127device ath_rate_sample # SampleRate tx rate control for ath
128
129#options AH_DEBUG
130#options AH_ASSERT
131#device ath_ar5210

--- 25 unchanged lines hidden ---
125options ATH_DEBUG
126options ATH_DIAGAPI
127#options ATH_TX99_DIAG
128device ath_rate_sample # SampleRate tx rate control for ath
129
130#options AH_DEBUG
131#options AH_ASSERT
132#device ath_ar5210

--- 25 unchanged lines hidden ---