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

Aleksandr Rybalko ray at FreeBSD.org
Thu Jul 14 11:53:23 UTC 2011


Author: ray
Date: Thu Jul 14 11:53:23 2011
New Revision: 224009
URL: http://svn.freebsd.org/changeset/base/224009

Log:
  Include device rt in RT305X config.
  
  Approved by: adrian (mentor)

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

Modified: head/sys/mips/conf/RT305X
==============================================================================
--- head/sys/mips/conf/RT305X	Thu Jul 14 11:09:37 2011	(r224008)
+++ head/sys/mips/conf/RT305X	Thu Jul 14 11:53:23 2011	(r224009)
@@ -92,9 +92,9 @@ options		IPFIREWALL_DEFAULT_TO_ACCEPT
 
 device		random
 device		loop
-# RT3050F, RT3052F have only pseudo PHYs
-#device		mii
-#device		miibus
+# RT3050F, RT3052F have only pseudo PHYs, so mii not required
+device		rt
+
 device 		pty			# Pseudo-ttys (telnet etc)
 device		ether
 device 		bpf			# Berkeley packet filter

Modified: head/sys/mips/conf/RT305X.hints
==============================================================================
--- head/sys/mips/conf/RT305X.hints	Thu Jul 14 11:09:37 2011	(r224008)
+++ head/sys/mips/conf/RT305X.hints	Thu Jul 14 11:53:23 2011	(r224009)
@@ -14,11 +14,12 @@ hint.nvram.1.maxsize=0x4000
 hint.nvram.1.flags=3 # 1 = No check, 2 = Format Generic
 
 # on-board Ralink Frame Engine
-#hint.rt.0.at="nexus0"
-#hint.rt.0.maddr=0x12000000
-#hint.rt.0.msize=0x200000
-#hint.rt.0.irq=9
-hint.rt.0.macaddr="00:18:e7:d5:83:90"
+hint.rt.0.at="nexus0"
+hint.rt.0.maddr=0x10100000
+hint.rt.0.msize=0x10000
+hint.rt.0.irq=3
+# macaddr can be statically set
+#hint.rt.0.macaddr="xx:xx:xx:xx:xx:xx"
 
 # on-board Ralink 2872 802.11n core
 hint.rt2860.0.at="nexus0"


More information about the svn-src-head mailing list