diff options
author | root <root@iss-tomyspiel-l> | 2011-06-17 23:40:33 +0200 |
---|---|---|
committer | root <root@iss-tomyspiel-l> | 2011-06-17 23:40:33 +0200 |
commit | 4b5a2c9625acd583573005ef66d17d919469009d (patch) | |
tree | f88335fcc8339aae2e68c82a1dca501b154c0a95 /cli.c | |
parent | 7155e6c0dceb0b860bec6c0e428450137cad39a0 (diff) | |
download | pcitool-4b5a2c9625acd583573005ef66d17d919469009d.tar.gz pcitool-4b5a2c9625acd583573005ef66d17d919469009d.tar.bz2 pcitool-4b5a2c9625acd583573005ef66d17d919469009d.tar.xz pcitool-4b5a2c9625acd583573005ef66d17d919469009d.zip |
Enumerate DMA engines
Diffstat (limited to 'cli.c')
-rw-r--r-- | cli.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |