Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jun 2010 11:13:49 +0000 (UTC)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r208739 - user/jmallett/octeon/sys/mips/conf
Message-ID:  <201006021113.o52BDnOn037108@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmallett
Date: Wed Jun  2 11:13:49 2010
New Revision: 208739
URL: http://svn.freebsd.org/changeset/base/208739

Log:
  Add some more devices for my testing.  Pulling over amd64 GENERIC and doing a
  new config from there at some point probably makes good sense.

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

Modified: user/jmallett/octeon/sys/mips/conf/OCTEON1
==============================================================================
--- user/jmallett/octeon/sys/mips/conf/OCTEON1	Wed Jun  2 11:08:56 2010	(r208738)
+++ user/jmallett/octeon/sys/mips/conf/OCTEON1	Wed Jun  2 11:13:49 2010	(r208739)
@@ -88,6 +88,36 @@ 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)
+
+# ATA and ATAPI devices
+device		ata
+device		atadisk		# ATA disk drives
+device		ataraid		# ATA RAID drives
+device		atapicd		# ATAPI CDROM drives
+options 	ATA_STATIC_ID	# Static device numbering
+
+# PCI Ethernet
+device		re
+
 #
 # Use the following for  Compact Flash file-system
 device 		cf

Modified: user/jmallett/octeon/sys/mips/conf/OCTEON1-32
==============================================================================
--- user/jmallett/octeon/sys/mips/conf/OCTEON1-32	Wed Jun  2 11:08:56 2010	(r208738)
+++ user/jmallett/octeon/sys/mips/conf/OCTEON1-32	Wed Jun  2 11:13:49 2010	(r208739)
@@ -99,6 +99,16 @@ device		ohci		# OHCI PCI->USB interface
 device		ehci		# EHCI PCI->USB interface (USB 2.0)
 device		usb		# USB Bus (required)
 
+# ATA and ATAPI devices
+device		ata
+device		atadisk		# ATA disk drives
+device		ataraid		# ATA RAID drives
+device		atapicd		# ATAPI CDROM drives
+options 	ATA_STATIC_ID	# Static device numbering
+
+# PCI Ethernet
+device		re
+
 #
 # 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?201006021113.o52BDnOn037108>