svn commit: r229691 - head/sys/pc98/conf

Adrian Chadd adrian at FreeBSD.org
Fri Jan 6 08:51:21 UTC 2012


Author: adrian
Date: Fri Jan  6 08:51:20 2012
New Revision: 229691
URL: http://svn.freebsd.org/changeset/base/229691

Log:
  Flip these options on so the modules build correctly for now.

Modified:
  head/sys/pc98/conf/GENERIC

Modified: head/sys/pc98/conf/GENERIC
==============================================================================
--- head/sys/pc98/conf/GENERIC	Fri Jan  6 08:46:26 2012	(r229690)
+++ head/sys/pc98/conf/GENERIC	Fri Jan  6 08:51:20 2012	(r229691)
@@ -214,7 +214,7 @@ device		xe		# Xircom pccard Ethernet
 #device		wlan		# 802.11 support
 #options 	IEEE80211_DEBUG	# enable debug msgs
 #options 	IEEE80211_AMPDU_AGE	# age frames in AMPDU reorder q's
-#options 	IEEE80211_SUPPORT_MESH	# enable 802.11s draft support
+options 	IEEE80211_SUPPORT_MESH	# enable 802.11s draft support
 #device		wlan_wep	# 802.11 WEP support
 #device		wlan_ccmp	# 802.11 CCMP support
 #device		wlan_tkip	# 802.11 TKIP support
@@ -223,7 +223,7 @@ device		xe		# Xircom pccard Ethernet
 #device		ath		# Atheros NIC's
 #device		ath_pci		# Atheros pci/cardbus glue
 #device		ath_hal		# pci/cardbus chip support
-#options 	AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
+options 	AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
 #device		ath_rate_sample	# SampleRate tx rate control for ath
 #device		ral		# Ralink Technology RT2500 wireless NICs.
 #device		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs.


More information about the svn-src-head mailing list