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

Sean Bruno sbruno at FreeBSD.org
Wed Jul 31 16:27:57 UTC 2013


Author: sbruno
Date: Wed Jul 31 16:27:56 2013
New Revision: 253844
URL: http://svnweb.freebsd.org/changeset/base/253844

Log:
  Adjust magic numbers to allow attachment of ath(4) modules.

Modified:
  head/sys/mips/conf/DIR-825.hints

Modified: head/sys/mips/conf/DIR-825.hints
==============================================================================
--- head/sys/mips/conf/DIR-825.hints	Wed Jul 31 16:26:41 2013	(r253843)
+++ head/sys/mips/conf/DIR-825.hints	Wed Jul 31 16:27:56 2013	(r253844)
@@ -15,11 +15,11 @@ hint.arge.1.media=1000
 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


More information about the svn-src-head mailing list