summaryrefslogtreecommitdiffstats
path: root/cli.c
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-10-22 02:23:11 +0200
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-10-22 02:23:11 +0200
commit24f29cbd62e9b2f30aba8f2357084baf6b70fa17 (patch)
treeeed63867e75af945b30b8b7f88c8161904eef22f /cli.c
parenta710557ef4f33bc286d8240fff950b974c9d5b01 (diff)
downloadpcitool-24f29cbd62e9b2f30aba8f2357084baf6b70fa17.tar.gz
pcitool-24f29cbd62e9b2f30aba8f2357084baf6b70fa17.tar.bz2
pcitool-24f29cbd62e9b2f30aba8f2357084baf6b70fa17.tar.xz
pcitool-24f29cbd62e9b2f30aba8f2357084baf6b70fa17.zip
Precisely estimate used buffers for C2S engines
Diffstat (limited to 'cli.c')
-rw-r--r--cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.c b/cli.c
index 3c98960..53c8f75 100644
--- a/cli.c
+++ b/cli.c
@@ -1216,7 +1216,7 @@ int ListDMA(pcilib_t *handle, const char *device, pcilib_model_description_t *mo
dir = opendir(sysdir);
if (!dir) Error("Can't open directory (%s)", sysdir);
- printf("DMA Engine Status Total Size Buffer Ring\n");
+ printf("DMA Engine Status Total Size Buffer Ring (1st used - 1st free)\n");
printf("--------------------------------------------------------------------------------\n");
while ((entry = readdir(dir)) != NULL) {
FILE *f;