Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Apr 2010 10:34:54 +0000 (UTC)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r207368 - user/jmallett/octeon/sys/mips/conf
Message-ID:  <201004291034.o3TAYsHV051629@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004291034.o3TAYsHV051629>