Date: Thu, 28 Apr 2011 16:29:19 +0000 (UTC) From: "George V. Neville-Neil" <gnn@FreeBSD.org> To: cvs-src-old@freebsd.org 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 Message-ID: <201104281629.p3SGTc75075446@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104281629.p3SGTc75075446>
