Include device rt in RT305X config.

Approved by: adrian (mentor)
This commit is contained in:
Aleksandr Rybalko 2011-07-14 11:53:23 +00:00
parent b3964335a1
commit 861a327be9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=224009
2 changed files with 9 additions and 8 deletions

View File

@ -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

View File

@ -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"