From: Riccardo Ghetta <birrachiara@tin.it>
To: romieu@fr.zoreil.com
Cc: netdev@vger.kernel.org
Subject: [PATCH 2/3] sis190: add new phy found on asus F5Sr laptop
Date: Thu, 4 Jun 2009 21:05:07 +0200 [thread overview]
Message-ID: <20090604190507.GA32105@localhost> (raw)
In-Reply-To: <cover.1244141444.git.birrachiara@tin.it>
Signed-off-by: Riccardo Ghetta <birrachiara@tin.it>
---
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
next prev parent reply other threads:[~2009-06-04 19:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-04 19:04 [PATCH 0/3] sis190 gigabit fixes(bug 9735,11149) and new phy - 2nd ed Riccardo Ghetta
2009-06-04 19:04 ` [PATCH 1/3] sis190: better message on unknown PHY Riccardo Ghetta
2009-06-04 19:05 ` Riccardo Ghetta [this message]
2009-06-04 19:05 ` [PATCH 3/3] sis190: fix gigabit negotiation Riccardo Ghetta
2009-06-04 21:16 ` [PATCH 0/3] sis190 gigabit fixes(bug 9735,11149) and new phy - 2nd ed Francois Romieu
2009-06-08 7:15 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090604190507.GA32105@localhost \
--to=birrachiara@tin.it \
--cc=netdev@vger.kernel.org \
--cc=romieu@fr.zoreil.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).