Re: [PATCH 2/7] tg3: MII = TP

2007-10-21 Thread David Miller
From: Matt Carlson [EMAIL PROTECTED] Date: Fri, 19 Oct 2007 14:36:42 -0700 This patch changes the PHY type reported through ethtool for copper devices from MII to TP. The latter is more accurate. Signed-off-by: Matt Carlson [EMAIL PROTECTED] Signed-off-by: Michael Chan [EMAIL PROTECTED]

Re: [PATCH 2/7] tg3: MII = TP

2007-10-21 Thread Michael Chan
David Miller wrote: From: Matt Carlson [EMAIL PROTECTED] Date: Fri, 19 Oct 2007 14:36:42 -0700 This patch changes the PHY type reported through ethtool for copper devices from MII to TP. The latter is more accurate. Signed-off-by: Matt Carlson [EMAIL PROTECTED] Signed-off-by:

Re: [PATCH 2/7] tg3: MII = TP

2007-10-21 Thread David Miller
From: Michael Chan [EMAIL PROTECTED] Date: Sun, 21 Oct 2007 20:49:25 -0700 MII in this ethtool context means an MII connector on the card that can connect to an external transceiver, right? Or does it mean internal MII interface to the PHY? Good question. Looking at drivers it's set

[PATCH 2/7] tg3: MII = TP

2007-10-19 Thread Matt Carlson
This patch changes the PHY type reported through ethtool for copper devices from MII to TP. The latter is more accurate. Signed-off-by: Matt Carlson [EMAIL PROTECTED] Signed-off-by: Michael Chan [EMAIL PROTECTED] diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index 253d761..66682b8 100644