linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Added VIA 6103 10/100Mbps Phyceiver in sis900.c
@ 2003-04-22 11:11 Pedro A. Gracia Fajardo
  0 siblings, 0 replies; only message in thread
From: Pedro A. Gracia Fajardo @ 2003-04-22 11:11 UTC (permalink / raw)
  To: linux-kernel

The actual driver can't find the VIA 6103 Phyceiver in PC CHIPS M810D MOBOs.  
I used the mii_chip_table from etherboot project.

--- sis900.c    2003-04-22 09:39:29.000000000 +0100
+++ sis900.c-via6103    2003-04-22 11:50:36.000000000 +0100
@@ -125,6 +125,7 @@
        { "ICS LAN PHY",                        0x0015, 0xF440, LAN },
        { "NS 83851 PHY",                       0x2000, 0x5C20, MIX },
        { "Realtek RTL8201 PHY",                0x0000, 0x8200, LAN },
+       { "VIA 6103 PHY",                       0x0101, 0x8f20, LAN },
        {0,},
 };

Regards, Pedro

-- 
Pedro A. Gracia Fajardo
Instituto Tecnológico de Energías Renovables (ITER)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-22 10:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-22 11:11 [PATCH] Added VIA 6103 10/100Mbps Phyceiver in sis900.c Pedro A. Gracia Fajardo

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).