projects
/
unionfs-2.6.25.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
068c805
)
sis190: add identifier for Atheros AR8021 PHY
author
Francois Romieu
<romieu@fr.zoreil.com>
Mon, 20 Oct 2008 21:37:55 +0000
(23:37 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 17 Mar 2009 00:52:58 +0000
(17:52 -0700)
commit
708f6e27c3f75166433b69174a8348308e55d073
upstream.
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>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Cc: Daniel Drake <dsd@gentoo.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/sis190.c
patch
|
blob
|
history
diff --git
a/drivers/net/sis190.c
b/drivers/net/sis190.c
index 3fe01763760e917bb0d7f71c6a7eb00eaeb72f1b..e6e3bf58a56939be71258819256e8386eb47bd11 100644
(file)
--- 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 },