Re: [PATCH 1/1] Fabric7 VIOC: Ethtool

2006-10-31 Thread Jeff Garzik
Sriram Chidambaram wrote: Ethtool patch for Fabric7 VIOC Device Driver. Signed-off-by: Fabric7 Driver-Support <[EMAIL PROTECTED]> --- Makefile.am|2 +- ethtool-util.h |2 ++ ethtool.c |1 + vioc.c | 35 +++ 4 files changed, 39 inser

Re: [PATCH 1/1] Fabric7 VIOC: Ethtool

2006-10-24 Thread Sriram Chidambaram
Removed debug print statement Signed-off-by: Fabric7 Driver-Support <[EMAIL PROTECTED]> --- vioc.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/vioc.c b/vioc.c index 51004c6..c771737 100644 --- a/vioc.c +++ b/vioc.c @@ -17,8 +17,6 @@ int vioc_dump_regs(struct ethtool_

Re: [PATCH 1/1] Fabric7 VIOC: Ethtool

2006-10-24 Thread Stephen Hemminger
On Tue, 24 Oct 2006 14:30:41 -0700 Sriram Chidambaram <[EMAIL PROTECTED]> wrote: > Ethtool patch for Fabric7 VIOC Device Driver. > > Signed-off-by: Fabric7 Driver-Support <[EMAIL PROTECTED]> > --- > Makefile.am|2 +- > ethtool-util.h |2 ++ > ethtool.c |1 + > vioc.c

[PATCH 1/1] Fabric7 VIOC: Ethtool

2006-10-24 Thread Sriram Chidambaram
Ethtool patch for Fabric7 VIOC Device Driver. Signed-off-by: Fabric7 Driver-Support <[EMAIL PROTECTED]> --- Makefile.am|2 +- ethtool-util.h |2 ++ ethtool.c |1 + vioc.c | 35 +++ 4 files changed, 39 insertions(+), 1 deletions(-) di