Deleted Added
full compact
CAMBRIA (189656) CAMBRIA (190571)
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 189656 2009-03-11 00:12:45Z sam $
19# $FreeBSD: head/sys/arm/conf/CAMBRIA 190571 2009-03-30 19:23:49Z sam $
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

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

109options IEEE80211_DEBUG
110options IEEE80211_SUPPORT_TDMA
111device wlan_wep # 802.11 WEP support
112device wlan_ccmp # 802.11 CCMP support
113device wlan_tkip # 802.11 TKIP support
114device wlan_xauth
115
116device ath # Atheros pci/cardbus NIC's
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

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

109options IEEE80211_DEBUG
110options IEEE80211_SUPPORT_TDMA
111device wlan_wep # 802.11 WEP support
112device wlan_ccmp # 802.11 CCMP support
113device wlan_tkip # 802.11 TKIP support
114device wlan_xauth
115
116device ath # Atheros pci/cardbus NIC's
117options ATH_SUPPORT_TDMA
118options ATH_DEBUG
119options ATH_DIAGAPI
120#options ATH_TX99_DIAG
121device ath_rate_sample # SampleRate tx rate control for ath
122
123options AH_DEBUG
124#options AH_ASSERT
125options AH_PRIVATE_DIAG

--- 30 unchanged lines hidden ---
117options ATH_DEBUG
118options ATH_DIAGAPI
119#options ATH_TX99_DIAG
120device ath_rate_sample # SampleRate tx rate control for ath
121
122options AH_DEBUG
123#options AH_ASSERT
124options AH_PRIVATE_DIAG

--- 30 unchanged lines hidden ---