From owner-freebsd-arm@freebsd.org Sun Sep 30 09:12:53 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F00210B98E8 for ; Sun, 30 Sep 2018 09:12:53 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 063707AB2D for ; Sun, 30 Sep 2018 09:12:52 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id 3e766b63; Sun, 30 Sep 2018 11:12:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=hNNU7t9Uv200ObC9jBIMb5KjM6I=; b=RCnUuAIVoiEKevsdLeyEjVhmDiTq ZOF/czRxieAE7e5Q0RoZeIhpBsNx32VMikGuwmF5Pvt++46O57w0tv4J7Knrh1EK vJLDiEQh8XAOUOmmgBK/FF1J/kSK3RnSB1Mm0qgFdITgxdoPr5Nm7D6egdcgPSAC fu0Uob7psI06Dxo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=O1X80QIVf7+7euXTLFQSwKvPHRp+gMYOHsRwn/On1HgS5gXkSr1ZKIbN URTd55bIIbltAnjiGIi0OP8s2DSugFR3T+NCbCWy9kW3Zm9/5kC5UKIH2saDqa0n y7zlvfUIuPZbc4NawQ/POw2BpIChQ5BiY2EVJ4BALh1p4tcEces= Received: from knuckles.blih.net (ip-9.net-89-3-105.rev.numericable.fr [89.3.105.9]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 8722ca46 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sun, 30 Sep 2018 11:12:51 +0200 (CEST) Date: Sun, 30 Sep 2018 11:12:50 +0200 From: Emmanuel Vadot To: locke@airmail.cc Cc: freebsd-arm@freebsd.org Subject: Re: dwc ethernet Rock64 on 100mbit Message-Id: <20180930111250.4de8100a27ec0617983a601a@bidouilliste.com> In-Reply-To: References: X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2018 09:12:53 -0000 Hi, On Wed, 26 Sep 2018 11:54:08 +0000 locke@airmail.cc wrote: > When I use the ethernet adapter on the Rock64 I don't get any connection > when I connect it to some 100Base TX network. I see packages on the > ethernet interface but they never seem to make it on the wire. > Netbooting as well as ethernet works when the other end is also Gbit. > Can anyone confirm this issue? Yes it's known, we need proper clock support, andreast@ is currently working on this. -- Emmanuel Vadot