summaryrefslogtreecommitdiffstats
path: root/cli.c
diff options
context:
space:
mode:
authorroot <root@iss-tomyspiel-l>2011-06-17 23:40:33 +0200
committerroot <root@iss-tomyspiel-l>2011-06-17 23:40:33 +0200
commit4b5a2c9625acd583573005ef66d17d919469009d (patch)
treef88335fcc8339aae2e68c82a1dca501b154c0a95 /cli.c
parent7155e6c0dceb0b860bec6c0e428450137cad39a0 (diff)
downloadipecamera-4b5a2c9625acd583573005ef66d17d919469009d.tar.gz
ipecamera-4b5a2c9625acd583573005ef66d17d919469009d.tar.bz2
ipecamera-4b5a2c9625acd583573005ef66d17d919469009d.tar.xz
ipecamera-4b5a2c9625acd583573005ef66d17d919469009d.zip
Enumerate DMA engines
Diffstat (limited to 'cli.c')
-rw-r--r--cli.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cli.c b/cli.c
index 4a5aafc..aac39f5 100644
--- a/cli.c
+++ b/cli.c
@@ -217,8 +217,9 @@ void List(pcilib_t *handle, pcilib_model_t model, const char *bank) {
break;
}
- printf(", Size: %08lx", engine->max_bytes);
+ printf(", Address Width: %02lu bits\n", engine->addr_bits);
}
+ printf("\n");
}
if ((bank)&&(bank != (char*)-1)) banks = NULL;