/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to cli.c

  • Committer: root
  • Date: 2011-06-17 21:40:33 UTC
  • Revision ID: root@iss-tomyspiel-l-20110617214033-np5x6881odzlfgmg
Enumerate DMA engines

Show diffs side-by-side

added added

removed removed

Lines of Context:
217
217
                break;
218
218
            }
219
219
            
220
 
            printf(", Size: %08lx", engine->max_bytes);
 
220
            printf(", Address Width: %02lu bits\n", engine->addr_bits);
221
221
        }
 
222
        printf("\n");
222
223
    }
223
224
 
224
225
    if ((bank)&&(bank != (char*)-1)) banks = NULL;