[PATCH 1/1] Fabric7 VIOC driver source code

2007-02-07 Thread Sriram Chidambaram
This patch provides the Fabric7 VIOC driver source code. This git mbox patch is built against git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git The patch can be pulled from ftp://ftp.fabric7.com/VIOC/Fabric7-VIOC-driver-patch.FEB-07-2007 Signed-off-by: Fabric7 Driver-Support <

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_

[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