Date: Mon, 21 Jun 2010 00:15:56 +0900 From: Norikatsu Shigemura <nork@FreeBSD.org> To: Kristof Provost <kristof@sigsegv.be> Cc: freebsd-arm@FreeBSD.org, freebsd-current@FreeBSD.org, nork@FreeBSD.org, yongari@FreeBSD.org Subject: Re: [OpenRD Ultimate] e1000phy(88E1149/88E1121) has a initialize issue Message-ID: <20100621001556.7d6d39ce.nork@FreeBSD.org> In-Reply-To: <20100620130100.GB31846@nereid> References: <20100613233723.ed2c3a30.nork@FreeBSD.org> <20100613201331.GA19653@nereid> <20100620210351.e6aa387b.nork@FreeBSD.org> <20100620130100.GB31846@nereid>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Kristof. On Sun, 20 Jun 2010 15:01:00 +0200 Kristof Provost <kristof@sigsegv.be> wrote: > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > > /* Tell the MAC where to find the PHY so autoneg works */ > > - miisc = LIST_FIRST(&sc->mii->mii_phys); > > - MGE_WRITE(sc, MGE_REG_PHYDEV, miisc->mii_phy); > > + MGE_WRITE(sc, MGE_REG_PHYDEV, sc->phyaddr); > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > I think that's correct, but I haven't been able to test it on my board > yet. Does this work for you on a board with two GbE ports? If so I'll > try to get someone to commit it. Yes, good works well. I reported following: http://lists.freebsd.org/pipermail/freebsd-arm/2010-June/002402.html Thank you. -- Norikatsu Shigemura <nork@FreeBSD.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100621001556.7d6d39ce.nork>