* [PATCH 1/1] sis190: add identifier for Atheros AR8021 PHY
@ 2008-10-20 21:37 Francois Romieu
2008-10-22 11:01 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Francois Romieu @ 2008-10-20 21:37 UTC (permalink / raw)
To: jeff; +Cc: netdev, pablomme, coenraad, bugzilla, leandro, herton, nagura-s
Fixes http://bugzilla.kernel.org/show_bug.cgi?id=10994
Contributed by pablomme@googlemail.com, coenraad@wish.org.za
and a few others.
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
---
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 3fe0176..e6e3bf5 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 AR8012", { 0x004d, 0xd020 }, LAN, 0 },
{ "Broadcom PHY BCM5461", { 0x0020, 0x60c0 }, LAN, F_PHY_BCM5461 },
{ "Broadcom PHY AC131", { 0x0143, 0xbc70 }, LAN, 0 },
{ "Agere PHY ET1101B", { 0x0282, 0xf010 }, LAN, 0 },
--
1.5.3.3
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH 1/1] sis190: add identifier for Atheros AR8021 PHY
2008-10-20 21:37 [PATCH 1/1] sis190: add identifier for Atheros AR8021 PHY Francois Romieu
@ 2008-10-22 11:01 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2008-10-22 11:01 UTC (permalink / raw)
To: Francois Romieu
Cc: netdev, pablomme, coenraad, bugzilla, leandro, herton, nagura-s
Francois Romieu wrote:
> Fixes http://bugzilla.kernel.org/show_bug.cgi?id=10994
>
> Contributed by pablomme@googlemail.com, coenraad@wish.org.za
> and a few others.
>
> Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
> ---
> 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 3fe0176..e6e3bf5 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 AR8012", { 0x004d, 0xd020 }, LAN, 0 },
> { "Broadcom PHY BCM5461", { 0x0020, 0x60c0 }, LAN, F_PHY_BCM5461 },
> { "Broadcom PHY AC131", { 0x0143, 0xbc70 }, LAN, 0 },
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-22 11:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-20 21:37 [PATCH 1/1] sis190: add identifier for Atheros AR8021 PHY Francois Romieu
2008-10-22 11:01 ` Jeff Garzik
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).