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

Adrian Chadd adrian at FreeBSD.org
Thu May 3 07:48:20 UTC 2012


Author: adrian
Date: Thu May  3 07:48:19 2012
New Revision: 234945
URL: http://svn.freebsd.org/changeset/base/234945

Log:
  In the new world order, multiphy is now when the phymask is 0x0.
  
  This makes the TP-WN1043ND (ar913x based) work again.

Modified:
  head/sys/mips/conf/TP-WN1043ND.hints

Modified: head/sys/mips/conf/TP-WN1043ND.hints
==============================================================================
--- head/sys/mips/conf/TP-WN1043ND.hints	Thu May  3 07:22:29 2012	(r234944)
+++ head/sys/mips/conf/TP-WN1043ND.hints	Thu May  3 07:48:19 2012	(r234945)
@@ -4,7 +4,8 @@
 # $FreeBSD$
 
 # Hard-code the PHY for now, until there's switch phy support.
-hint.arge.0.phymask=0x000c
+# hint.arge.0.phymask=0x000c
+hint.arge.0.phymask=0x0000
 hint.arge.0.media=1000
 hint.arge.0.fduplex=1
 # Where is the MAC address stored in flash for this particular unit.


More information about the svn-src-head mailing list