Deleted Added
full compact
G2348 (191024) G2348 (195618)
1#
2# Gateworks Avila IXP425 XScale board
3# kernel configuration file for FreeBSD/arm
4#
1#
2# Gateworks Avila IXP425 XScale board
3# kernel configuration file for FreeBSD/arm
4#
5# $FreeBSD: head/tools/tools/nanobsd/gateworks/G2348 191024 2009-04-13 21:04:53Z sam $
5# $FreeBSD: head/tools/tools/nanobsd/gateworks/G2348 195618 2009-07-11 15:02:45Z rpaulo $
6
7machine arm
8ident G2348
9
10include "../xscale/ixp425/std.ixp425"
11include "../xscale/ixp425/std.avila"
12options XSCALE_CACHE_READ_WRITE_ALLOCATE
13#options ARM_USE_SMALL_ALLOC

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

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

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

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

--- 15 unchanged lines hidden ---
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

--- 15 unchanged lines hidden ---