svn commit: r232409 - head/sys/mips/conf

Juli Mallett jmallett at FreeBSD.org
Fri Mar 2 21:44:40 UTC 2012


Author: jmallett
Date: Fri Mar  2 21:44:39 2012
New Revision: 232409
URL: http://svn.freebsd.org/changeset/base/232409

Log:
  If an Atheros device is attached to an Octeon, it's going to be by PCI.

Modified:
  head/sys/mips/conf/OCTEON1

Modified: head/sys/mips/conf/OCTEON1
==============================================================================
--- head/sys/mips/conf/OCTEON1	Fri Mar  2 21:38:27 2012	(r232408)
+++ head/sys/mips/conf/OCTEON1	Fri Mar  2 21:44:39 2012	(r232409)
@@ -237,6 +237,7 @@ device		wlan_tkip	# 802.11 TKIP support
 device		wlan_amrr	# AMRR transmit rate control algorithm
 device		an		# Aironet 4500/4800 802.11 wireless NICs.
 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
 device		ath_rate_sample	# SampleRate tx rate control for ath


More information about the svn-src-all mailing list