Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2013 16:27:56 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r253844 - head/sys/mips/conf
Message-ID:  <201307311627.r6VGRuSJ022539@svn.freebsd.org>

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



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