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

Adrian Chadd adrian at FreeBSD.org
Wed Nov 7 23:50:29 UTC 2012


Author: adrian
Date: Wed Nov  7 23:50:28 2012
New Revision: 242724
URL: http://svnweb.freebsd.org/changeset/base/242724

Log:
  Update AP96 to directly attach an arswitch.

Modified:
  head/sys/mips/conf/AP96.hints

Modified: head/sys/mips/conf/AP96.hints
==============================================================================
--- head/sys/mips/conf/AP96.hints	Wed Nov  7 23:45:09 2012	(r242723)
+++ head/sys/mips/conf/AP96.hints	Wed Nov  7 23:50:28 2012	(r242724)
@@ -25,6 +25,14 @@ hint.arge.1.phymask=0x10
 hint.arge.1.miimode=3		# RGMII
 hint.arge.1.mdio=mdioproxy1	# off the switch mdiobus
 
+# AR8316 switch on MDIO0
+hint.arswitch.0.at="mdio0"
+hint.arswitch.0.is_7240=0
+hint.arswitch.0.numphys=4
+hint.arswitch.0.phy4cpu=1
+hint.arswitch.0.is_rgmii=1
+hint.arswitch.0.is_gmii=0
+
 # ath0 - slot 17
 hint.pcib.0.bus.0.17.0.ath_fixup_addr=0x1fff1000
 hint.pcib.0.bus.0.17.0.ath_fixup_size=4096


More information about the svn-src-all mailing list