Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sis190: add identifier for Atheros AR8021 PHY

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>

authored by

Francois Romieu and committed by
Jeff Garzik
708f6e27 de4549ca

+1
+1
drivers/net/sis190.c
··· 317 317 unsigned int type; 318 318 u32 feature; 319 319 } mii_chip_table[] = { 320 + { "Atheros PHY AR8012", { 0x004d, 0xd020 }, LAN, 0 }, 320 321 { "Broadcom PHY BCM5461", { 0x0020, 0x60c0 }, LAN, F_PHY_BCM5461 }, 321 322 { "Broadcom PHY AC131", { 0x0143, 0xbc70 }, LAN, 0 }, 322 323 { "Agere PHY ET1101B", { 0x0282, 0xf010 }, LAN, 0 },