Deleted Added
full compact
CAMBRIA (215142) CAMBRIA (220185)
1# CAMBRIA -- Gateworks Cambria 235x boards
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# CAMBRIA -- Gateworks Cambria 235x boards
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/CAMBRIA 215142 2010-11-11 20:18:33Z thompsa $
19# $FreeBSD: head/sys/arm/conf/CAMBRIA 220185 2011-03-31 08:07:13Z adrian $
20
21ident CAMBRIA
22
23include "../xscale/ixp425/std.ixp435"
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

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

118options IEEE80211_DEBUG
119options IEEE80211_SUPPORT_TDMA
120options IEEE80211_SUPPORT_MESH
121device wlan_wep # 802.11 WEP support
122device wlan_ccmp # 802.11 CCMP support
123device wlan_tkip # 802.11 TKIP support
124device wlan_xauth
125
20
21ident CAMBRIA
22
23include "../xscale/ixp425/std.ixp435"
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

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

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

--- 27 unchanged lines hidden ---
128options ATH_DEBUG
129options ATH_DIAGAPI
130#options ATH_TX99_DIAG
131device ath_rate_sample # SampleRate tx rate control for ath
132
133options AH_DEBUG
134#options AH_ASSERT
135options AH_PRIVATE_DIAG

--- 27 unchanged lines hidden ---