Deleted Added
full compact
G2358 (194380) G2358 (195618)
1#
2# Gateworks Cambria IXP435 XScale board
3# kernel configuration file for FreeBSD/arm
4#
1#
2# Gateworks Cambria IXP435 XScale board
3# kernel configuration file for FreeBSD/arm
4#
5# $FreeBSD: head/tools/tools/nanobsd/gateworks/G2358 194380 2009-06-17 17:59:36Z sam $
5# $FreeBSD: head/tools/tools/nanobsd/gateworks/G2358 195618 2009-07-11 15:02:45Z rpaulo $
6
7machine arm
8ident G2358
9
10include "../xscale/ixp425/std.ixp435"
11include "../xscale/ixp425/std.avila"
12options XSCALE_CACHE_READ_WRITE_ALLOCATE
13#options ARM_USE_SMALL_ALLOC

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

89
90device md
91device random # Entropy device
92
93# Wireless NIC cards
94device wlan # 802.11 support
95options IEEE80211_DEBUG # enable debugging msgs
96options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
6
7machine arm
8ident G2358
9
10include "../xscale/ixp425/std.ixp435"
11include "../xscale/ixp425/std.avila"
12options XSCALE_CACHE_READ_WRITE_ALLOCATE
13#options ARM_USE_SMALL_ALLOC

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

89
90device md
91device random # Entropy device
92
93# Wireless NIC cards
94device wlan # 802.11 support
95options IEEE80211_DEBUG # enable debugging msgs
96options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
97options IEEE80211_SUPPORT_MESH
97options IEEE80211_SUPPORT_TDMA
98device wlan_wep # 802.11 WEP support
99device wlan_ccmp # 802.11 CCMP support
100device wlan_tkip # 802.11 TKIP support
101
102device ath # Atheros pci/cardbus NIC's
103device ath_rate_sample # SampleRate tx rate control for ath
104options ATH_DEBUG # enable athdebug msgs

--- 25 unchanged lines hidden ---
98options IEEE80211_SUPPORT_TDMA
99device wlan_wep # 802.11 WEP support
100device wlan_ccmp # 802.11 CCMP support
101device wlan_tkip # 802.11 TKIP support
102
103device ath # Atheros pci/cardbus NIC's
104device ath_rate_sample # SampleRate tx rate control for ath
105options ATH_DEBUG # enable athdebug msgs

--- 25 unchanged lines hidden ---