From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: emac: fix fixed-link setup for the RTL8363SB switch Date: Tue, 18 Sep 2018 19:56:54 -0700 (PDT) Message-ID: <20180918.195654.750445899230284203.davem@redhat.com> References: <20180917152240.18177-1-chunkeey@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, ivan@de.ibm.com To: chunkeey@gmail.com Return-path: Received: from mx1.redhat.com ([209.132.183.28]:46676 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725873AbeISIck (ORCPT ); Wed, 19 Sep 2018 04:32:40 -0400 In-Reply-To: <20180917152240.18177-1-chunkeey@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Christian Lamparter Date: Mon, 17 Sep 2018 17:22:40 +0200 > On the Netgear WNDAP620, the emac ethernet isn't receiving nor > xmitting any frames from/to the RTL8363SB (identifies itself > as a RTL8367RB). > > This is caused by the emac hardware not knowing the forced link > parameters for speed, duplex, pause, etc. > > This begs the question, how this was working on the original > driver code, when it was necessary to set the phy_address and > phy_map to 0xffffffff. But I guess without access to the old > PPC405/440/460 hardware, it's not possible to know. > > Signed-off-by: Christian Lamparter Applied.