From 24f29cbd62e9b2f30aba8f2357084baf6b70fa17 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sat, 22 Oct 2011 02:23:11 +0200 Subject: Precisely estimate used buffers for C2S engines --- cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli.c') 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; -- cgit v1.2.3