Dlink DIR-825 B1 status

Sean Bruno sean_bruno at yahoo.com
Sun Jul 21 22:55:37 UTC 2013


On Sun, 2013-07-21 at 11:32 -0700, Adrian Chadd wrote:
> Woo! Please submit a diff and I'll give you the OK to commit it.
> 
> Oh, I think ath isn't being built in the kernel, due to size
> constraints. See if I built it in the filesystem image.
> 
> 
> 
> 
> -adrian


Ok, diff for freebsd things first.

--sys/mips/conf/DIR-825
  -- s/bridge/if_bridge/

--sys/mips/conf/DIR-825.hints
change fixup_addr to make the DIR-825 B1 work

Index: sys/mips/conf/DIR-825
===================================================================
--- sys/mips/conf/DIR-825	(revision 253531)
+++ sys/mips/conf/DIR-825	(working copy)
@@ -24,7 +24,7 @@
 nodevice gpioled
 nodevice gif
 nodevice gre
-nodevice bridge
+nodevice if_bridge
 nodevice usb
 nodevice ehci
 nodevice wlan
Index: sys/mips/conf/DIR-825.hints
===================================================================
--- sys/mips/conf/DIR-825.hints	(revision 253531)
+++ sys/mips/conf/DIR-825.hints	(working copy)
@@ -15,11 +15,11 @@
 hint.arge.1.fduplex=1
 
 # ath0 - slot 17
-hint.pcib.0.bus.0.17.0.ath_fixup_addr=0x1fff1000
+hint.pcib.0.bus.0.17.0.ath_fixup_addr=0x1f661000
 hint.pcib.0.bus.0.17.0.ath_fixup_size=4096
 
 # ath1 - slot 18
-hint.pcib.0.bus.0.18.0.ath_fixup_addr=0x1fff5000
+hint.pcib.0.bus.0.18.0.ath_fixup_addr=0x1f665000
 hint.pcib.0.bus.0.18.0.ath_fixup_size=4096
 
 # .. and now, telling each ath(4) NIC where to find the firmware

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freebsd.org/pipermail/freebsd-embedded/attachments/20130721/fbd74753/attachment.sig>


More information about the freebsd-embedded mailing list