From owner-svn-src-all@FreeBSD.ORG Thu Jul 4 08:09:54 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E6299BF3; Thu, 4 Jul 2013 08:09:54 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D962F1623; Thu, 4 Jul 2013 08:09:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6489s15015764; Thu, 4 Jul 2013 08:09:54 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6489seB015763; Thu, 4 Jul 2013 08:09:54 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201307040809.r6489seB015763@svn.freebsd.org> From: Adrian Chadd Date: Thu, 4 Jul 2013 08:09:54 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r252689 - head/sys/mips/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jul 2013 08:09:55 -0000 Author: adrian Date: Thu Jul 4 08:09:54 2013 New Revision: 252689 URL: http://svnweb.freebsd.org/changeset/base/252689 Log: Add the missing link back to the EEPROM firmware name. Modified: head/sys/mips/conf/AP93.hints Modified: head/sys/mips/conf/AP93.hints ============================================================================== --- head/sys/mips/conf/AP93.hints Thu Jul 4 07:59:11 2013 (r252688) +++ head/sys/mips/conf/AP93.hints Thu Jul 4 08:09:54 2013 (r252689) @@ -36,6 +36,9 @@ hint.arswitch.0.is_gmii=0 # No, not GMII hint.pcib.0.bus.0.0.0.ath_fixup_addr=0x1fff1000 hint.pcib.0.bus.0.0.0.ath_fixup_size=4096 +# ath0 - eeprom comes from here +hint.ath.0.eeprom_firmware="pcib.0.bus.0.0.0.eeprom_firmware" + # Signal leds hint.gpioled.0.at="gpiobus0" hint.gpioled.0.name="sig1"