From mboxrd@z Thu Jan 1 00:00:00 1970 From: Riccardo Ghetta Subject: [PATCH 2/3] sis190: add new phy found on asus F5Sr laptop Date: Thu, 4 Jun 2009 21:05:07 +0200 Message-ID: <20090604190507.GA32105@localhost> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Cc: netdev@vger.kernel.org To: romieu@fr.zoreil.com Return-path: Received: from vsmtp12.tin.it ([212.216.176.206]:33278 "EHLO vsmtp12.tin.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751504AbZFDTFH (ORCPT ); Thu, 4 Jun 2009 15:05:07 -0400 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: Signed-off-by: Riccardo Ghetta --- drivers/net/sis190.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/net/sis190.c b/drivers/net/sis190.c index 46de808..df1d1f7 100644 --- a/drivers/net/sis190.c +++ b/drivers/net/sis190.c @@ -317,6 +317,7 @@ static struct mii_chip_info { unsigned int type; u32 feature; } mii_chip_table[] = { + { "Atheros PHY", { 0x004d, 0xd010 }, LAN, 0 }, { "Atheros PHY AR8012", { 0x004d, 0xd020 }, LAN, 0 }, { "Broadcom PHY BCM5461", { 0x0020, 0x60c0 }, LAN, F_PHY_BCM5461 }, { "Broadcom PHY AC131", { 0x0143, 0xbc70 }, LAN, 0 }, -- 1.6.2.4