* [PATCH 2.6.24 3/3]S2io: Updating transceiver information in ethtool function
@ 2007-08-22 7:47 Sreenivasa Honnur
2007-08-31 13:28 ` Jeff Garzik
0 siblings, 1 reply; 3+ messages in thread
From: Sreenivasa Honnur @ 2007-08-22 7:47 UTC (permalink / raw)
To: netdev; +Cc: jeff, support
- Update transceiver information in ethtool function
Signed-off-by: Sreenivasa Honnur <sreenivasa.honnur@neterion.com>
Signed-off-by: Ramkrishna Vepa <ram.vepa@neterion.com>
---
diff -urpN patch2/drivers/net/s2io.c patch3/drivers/net/s2io.c
--- patch2/drivers/net/s2io.c 2007-08-18 07:19:21.000000000 +0530
+++ patch3/drivers/net/s2io.c 2007-08-18 07:20:27.000000000 +0530
@@ -84,7 +84,7 @@
#include "s2io.h"
#include "s2io-regs.h"
-#define DRV_VERSION "2.0.26.4"
+#define DRV_VERSION "2.0.26.5"
/* S2io Driver name & version. */
static char s2io_driver_name[] = "Neterion";
@@ -5459,7 +5459,9 @@ static int s2io_ethtool_gset(struct net_
info->supported = (SUPPORTED_10000baseT_Full | SUPPORTED_FIBRE);
info->advertising = (SUPPORTED_10000baseT_Full | SUPPORTED_FIBRE);
info->port = PORT_FIBRE;
- /* info->transceiver?? TODO */
+
+ /* info->transceiver */
+ info->transceiver = XCVR_EXTERNAL;
if (netif_carrier_ok(sp->dev)) {
info->speed = 10000;
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 2.6.24 3/3]S2io: Updating transceiver information in ethtool function
2007-08-22 7:47 [PATCH 2.6.24 3/3]S2io: Updating transceiver information in ethtool function Sreenivasa Honnur
@ 2007-08-31 13:28 ` Jeff Garzik
0 siblings, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2007-08-31 13:28 UTC (permalink / raw)
To: Sreenivasa Honnur; +Cc: netdev, support
Sreenivasa Honnur wrote:
> - Update transceiver information in ethtool function
>
> Signed-off-by: Sreenivasa Honnur <sreenivasa.honnur@neterion.com>
> Signed-off-by: Ramkrishna Vepa <ram.vepa@neterion.com>
> ---
> diff -urpN patch2/drivers/net/s2io.c patch3/drivers/net/s2io.c
> --- patch2/drivers/net/s2io.c 2007-08-18 07:19:21.000000000 +0530
> +++ patch3/drivers/net/s2io.c 2007-08-18 07:20:27.000000000 +0530
> @@ -84,7 +84,7 @@
> #include "s2io.h"
> #include "s2io-regs.h"
>
> -#define DRV_VERSION "2.0.26.4"
> +#define DRV_VERSION "2.0.26.5"
>
> /* S2io Driver name & version. */
> static char s2io_driver_name[] = "Neterion";
> @@ -5459,7 +5459,9 @@ static int s2io_ethtool_gset(struct net_
> info->supported = (SUPPORTED_10000baseT_Full | SUPPORTED_FIBRE);
> info->advertising = (SUPPORTED_10000baseT_Full | SUPPORTED_FIBRE);
> info->port = PORT_FIBRE;
> - /* info->transceiver?? TODO */
> +
> + /* info->transceiver */
> + info->transceiver = XCVR_EXTERNAL;
ACK
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 2.6.24 3/3]S2io: Updating transceiver information in ethtool function
@ 2007-09-14 11:43 Sivakumar Subramani
0 siblings, 0 replies; 3+ messages in thread
From: Sivakumar Subramani @ 2007-09-14 11:43 UTC (permalink / raw)
To: jeff, netdev; +Cc: support
- Update transceiver information in ethtool function
Signed-off-by: Sreenivasa Honnur <sreenivasa.honnur@neterion.com>
---
diff -urpN patch2/drivers/net/s2io.c patch3/drivers/net/s2io.c
--- patch2/drivers/net/s2io.c 2007-09-06 18:31:27.000000000 +0530
+++ patch3/drivers/net/s2io.c 2007-09-06 18:36:05.000000000 +0530
@@ -84,7 +84,7 @@
#include "s2io.h"
#include "s2io-regs.h"
-#define DRV_VERSION "2.0.26.4"
+#define DRV_VERSION "2.0.26.5"
/* S2io Driver name & version. */
static char s2io_driver_name[] = "Neterion";
@@ -5124,7 +5124,9 @@ static int s2io_ethtool_gset(struct net_
info->supported = (SUPPORTED_10000baseT_Full | SUPPORTED_FIBRE);
info->advertising = (SUPPORTED_10000baseT_Full | SUPPORTED_FIBRE);
info->port = PORT_FIBRE;
- /* info->transceiver?? TODO */
+
+ /* info->transceiver */
+ info->transceiver = XCVR_EXTERNAL;
if (netif_carrier_ok(sp->dev)) {
info->speed = 10000;
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-09-14 11:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-22 7:47 [PATCH 2.6.24 3/3]S2io: Updating transceiver information in ethtool function Sreenivasa Honnur
2007-08-31 13:28 ` Jeff Garzik
-- strict thread matches above, loose matches on Subject: below --
2007-09-14 11:43 Sivakumar Subramani
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).