svn commit: r207368 - user/jmallett/octeon/sys/mips/conf

Juli Mallett jmallett at FreeBSD.org
Thu Apr 29 10:34:54 UTC 2010


Author: jmallett
Date: Thu Apr 29 10:34:54 2010
New Revision: 207368
URL: http://svn.freebsd.org/changeset/base/207368

Log:
  Add some devices that I can watch fail and start working on support for for PCI.

Modified:
  user/jmallett/octeon/sys/mips/conf/OCTEON1-32

Modified: user/jmallett/octeon/sys/mips/conf/OCTEON1-32
==============================================================================
--- user/jmallett/octeon/sys/mips/conf/OCTEON1-32	Thu Apr 29 10:26:53 2010	(r207367)
+++ user/jmallett/octeon/sys/mips/conf/OCTEON1-32	Thu Apr 29 10:34:54 2010	(r207368)
@@ -79,6 +79,26 @@ device		octe
 device		bpf
 device		random
 
+# Wireless NIC cards
+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
+device		wlan_wep	# 802.11 WEP support
+device		wlan_ccmp	# 802.11 CCMP support
+device		wlan_tkip	# 802.11 TKIP support
+device		wlan_amrr	# AMRR transmit rate control algorithm
+device		ath		# Atheros pci/cardbus NIC's
+device		ath_hal		# pci/cardbus chip support
+options 	AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
+device		ath_rate_sample	# SampleRate tx rate control for ath
+
+# USB support
+device		uhci		# UHCI PCI->USB interface
+device		ohci		# OHCI PCI->USB interface
+device		ehci		# EHCI PCI->USB interface (USB 2.0)
+device		usb		# USB Bus (required)
+
 #
 # Use the following for  Compact Flash file-system
 device 		cf


More information about the svn-src-user mailing list