Re: [PATCH] sis900 adm7001 PHY support

2006-03-23 Thread Daniele Venzano


Il giorno 21/mar/06, alle ore 22:04, Artur Skawina ha scritto:

this patch is required to get a SIS964 based motherboard ethernet  
working (FSC D1875)
(picking the #1 transceiver, instead of the last one, in case no  
known ones were found

might be a better default, and would have worked in this case too)

Signed-off-by: Artur Skawina [EMAIL PROTECTED]

Signed-off-by: Daniele Venzano [EMAIL PROTECTED]


--- v2.6.16/drivers/net/sis900.c2006-03-21 21:14:37.0 +0100
+++ v2.6.16-dtnode/drivers/net/sis900.c	2006-03-21  
02:53:54.0 +0100

@@ -128,6 +128,7 @@ static struct mii_chip_info {
{ SiS 900 Internal MII PHY, 0x001d, 0x8000, LAN },
{ SiS 7014 Physical Layer Solution, 0x0016, 0xf830, LAN },
{ Altimata AC101LF PHY,   0x0022, 0x5520, LAN },
+   { ADM 7001 LAN PHY, 0x002e, 0xcc60, LAN },
{ AMD 79C901 10BASE-T PHY,  0x, 0x6B70, LAN },
{ AMD 79C901 HomePNA PHY,   0x, 0x6B90, HOME},
{ ICS LAN PHY,  0x0015, 0xF440, LAN },


--
Daniele Venzano
http://www.brownhat.org

-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] sis900 adm7001 PHY support

2006-03-21 Thread Artur Skawina

this patch is required to get a SIS964 based motherboard ethernet working (FSC 
D1875)
(picking the #1 transceiver, instead of the last one, in case no known ones 
were found
might be a better default, and would have worked in this case too)

Signed-off-by: Artur Skawina [EMAIL PROTECTED]

--- v2.6.16/drivers/net/sis900.c2006-03-21 21:14:37.0 +0100
+++ v2.6.16-dtnode/drivers/net/sis900.c 2006-03-21 02:53:54.0 +0100
@@ -128,6 +128,7 @@ static struct mii_chip_info {
{ SiS 900 Internal MII PHY,   0x001d, 0x8000, LAN },
{ SiS 7014 Physical Layer Solution,   0x0016, 0xf830, LAN },
{ Altimata AC101LF PHY,   0x0022, 0x5520, LAN },
+   { ADM 7001 LAN PHY,   0x002e, 0xcc60, LAN },
{ AMD 79C901 10BASE-T PHY,0x, 0x6B70, LAN },
{ AMD 79C901 HomePNA PHY, 0x, 0x6B90, HOME},
{ ICS LAN PHY,0x0015, 0xF440, LAN },