Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jul 2011 11:53:23 +0000 (UTC)
From:      Aleksandr Rybalko <ray@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r224009 - head/sys/mips/conf
Message-ID:  <201107141153.p6EBrNJq028386@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107141153.p6EBrNJq028386>