From owner-cvs-src-old@FreeBSD.ORG Thu Apr 28 16:29:38 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5153106568D for ; Thu, 28 Apr 2011 16:29:38 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A32A58FC12 for ; Thu, 28 Apr 2011 16:29:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p3SGTc6d075447 for ; Thu, 28 Apr 2011 16:29:38 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p3SGTc75075446 for cvs-src-old@freebsd.org; Thu, 28 Apr 2011 16:29:38 GMT (envelope-from gnn@repoman.freebsd.org) Message-Id: <201104281629.p3SGTc75075446@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gnn@repoman.freebsd.org using -f From: "George V. Neville-Neil" Date: Thu, 28 Apr 2011 16:29:19 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools README src/tools/tools/vxge Makefile vxge_cmn.h vxge_info.c vxge_info.h vxge_log.c vxge_log.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 16:29:38 -0000 gnn 2011-04-28 16:29:19 UTC FreeBSD src repository Modified files: tools/tools README Added files: tools/tools/vxge Makefile vxge_cmn.h vxge_info.c vxge_info.h vxge_log.c vxge_log.h Log: SVN rev 221175 on 2011-04-28 16:29:19Z by gnn A diagnostic tool to go along with the vxge(4) 10GbE driver. This tool can be used to print statistics, registers, and other device specific information once the driver is loaded into the kernel. Submitted by: Sriram Rapuru from Exar MFC after: 2 weeks Revision Changes Path 1.61 +1 -0 src/tools/tools/README 1.1 +7 -0 src/tools/tools/vxge/Makefile (new) 1.1 +260 -0 src/tools/tools/vxge/vxge_cmn.h (new) 1.1 +857 -0 src/tools/tools/vxge/vxge_info.c (new) 1.1 +90 -0 src/tools/tools/vxge/vxge_info.h (new) 1.1 +594 -0 src/tools/tools/vxge/vxge_log.c (new) 1.1 +1872 -0 src/tools/tools/vxge/vxge_log.h (new)