From owner-freebsd-current@FreeBSD.ORG Mon Feb 25 08:23:51 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7283146D; Mon, 25 Feb 2013 08:23:51 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) by mx1.freebsd.org (Postfix) with ESMTP id 310AD400; Mon, 25 Feb 2013 08:23:50 +0000 (UTC) Received: by mail-pa0-f52.google.com with SMTP id fb1so1615794pad.25 for ; Mon, 25 Feb 2013 00:23:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:date:to:cc:subject:message-id:reply-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=8scQliQEVjJRdqJwOBbLDV9KwzfgaFEhkMngoKI4xg0=; b=j/CcaFO44Gri2eXlTVHRkK6hzooUngIEWAlTYiL6ZgkvC3sQbh8Vmdfp/Ymn04eJKt BjYA+QdM7Q2itVyhThLGC1RJOGmJZFj7auYyv5tHncIZ3RP3WBIIeacd2N9rlS5CtRz2 TuYiRIhgoroBEA2pKYMToT6FFwnbt0pc4JGDNZLWUNhE3FjvsownnzoDTPqKiVCWFqxs cqpalGkhngASh4YWvbvVhFVxO2AtcsCG9ibCJx8HjI0Wu0wHaWg3e55T08pSAyTZ+hjw Fup9wTc6VAqUod5BLWgyJAmQqSqEfIDkcfDICZo+CbfKpqAV6/kWc2XxQ+CEadc6hvbW KdtA== X-Received: by 10.68.153.97 with SMTP id vf1mr16605081pbb.93.1361780630556; Mon, 25 Feb 2013 00:23:50 -0800 (PST) Received: from pyunyh@gmail.com (lpe4.p59-icn.cdngp.net. [114.111.62.249]) by mx.google.com with ESMTPS id qf7sm11994358pbb.2.2013.02.25.00.23.47 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 25 Feb 2013 00:23:49 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Mon, 25 Feb 2013 17:23:44 +0900 From: YongHyeon PYUN Date: Mon, 25 Feb 2013 17:23:44 +0900 To: Alexey Dokuchaev Subject: Re: ale(4) cannot negotiate as GigE Message-ID: <20130225082344.GC1426@michelle.cdnetworks.com> References: <20130219082302.GA86501@FreeBSD.org> <20130220043739.GA1469@michelle.cdnetworks.com> <20130220060853.GA83110@FreeBSD.org> <20130221083335.GA3226@michelle.cdnetworks.com> <20130221124344.GA93056@FreeBSD.org> <20130222011308.GA3259@michelle.cdnetworks.com> <20130222015607.GC66767@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130222015607.GC66767@FreeBSD.org> User-Agent: Mutt/1.4.2.3i Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 08:23:51 -0000 On Fri, Feb 22, 2013 at 01:56:07AM +0000, Alexey Dokuchaev wrote: > On Fri, Feb 22, 2013 at 10:13:08AM +0900, YongHyeon PYUN wrote: > > On Thu, Feb 21, 2013 at 12:43:44PM +0000, Alexey Dokuchaev wrote: > > > ale_flags = 0x00000040 > > > > Thanks for the info. Indeed, your controller is AR8121 Gigabit > > etherent(L1E). I guess the PHY initialization is not complete. > > Would you try attached patch? > > Thanks for the patch. Unfortunately, it's still "100baseTX " > after driver reload. Even tried delaying for 3000, no difference. :( > Then have no idea at this moment. Can you try other OS and check whether it can establish a gigabit link? > ./danfe