From owner-freebsd-arm@FreeBSD.ORG Wed Jun 3 21:15:36 2015 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C467BB2 for ; Wed, 3 Jun 2015 21:15:36 +0000 (UTC) (envelope-from freebsd.asc@strcmp.org) Received: from olinguito.schwarzes.net (olinguito.schwarzes.net [IPv6:2a01:4f8:7d:1b5::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 94FF71D9D for ; Wed, 3 Jun 2015 21:15:35 +0000 (UTC) (envelope-from freebsd.asc@strcmp.org) Received: from [62.109.78.35] (mosquito.schwarzes.net [62.109.78.35]) (authenticated bits=0) by olinguito.schwarzes.net (8.14.9/8.14.9) with ESMTP id t53LFWmV045330 for ; Wed, 3 Jun 2015 23:15:32 +0200 (CEST) (envelope-from freebsd.asc@strcmp.org) From: Andreas Schwarz To: freebsd-arm@FreeBSD.org Mail-Reply-To: Andreas Schwarz Mail-Followup-To: freebsd-arm@FreeBSD.org Date: Wed, 03 Jun 2015 23:15:30 +0200 (CEST) Message-ID: <46634b745f3.fb21bd8@mail.schwarzes.net> In-Reply-To: References: User-Agent: YAM/2.9p1 (MorphOS; PPC; rv:20140418r7798) Subject: Re: smsc0 driver on rpi2 MIME-Version: 1.0 Content-Type: text/plain X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (olinguito.schwarzes.net [78.47.41.143]); Wed, 03 Jun 2015 23:15:32 +0200 (CEST) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jun 2015 21:15:36 -0000 On 21.05.15, Andreas Andersson wrote: > smsc0: warning: MII is busy > smsc0: warning: Failed to read register 0x114 > smsc0: warning: MII read timeout > smsc0: warning: Failed to read register 0x114 > smsc0: warning: MII is busy > > This happends when the rpi2 has been turned on for some while. And the > raspberry becomes pretty slow and laggy when this error occurs. CPU when > looking at top is pretty much idle across all cores, but load averages > are: 7:23AM up 13:51, 5 users, load averages: 3.70, 3.37, 3.24 Seems that I'm running into the same problem with one of my rpi2 (r283859). It will occur when having high IO, typically when building the world. I'm also running a rpi2 with older r283161, which is not affected. -asc