diff options
author | Martin Mares <mj@ucw.cz> | 2018-08-12 11:24:06 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2018-08-12 11:24:06 +0200 |
commit | 743537025ebcae2a919317fd22daaa4a23e6bb25 (patch) | |
tree | 890c01ea05fc43105a966dd28f4ad363f1941995 /ls-tree.c | |
parent | ad0e2fc2b25874c0e92ebecab9038f413d73e263 (diff) | |
download | pciutils-topology.tar.gz |
Topology now works in combination with filterstopology
If bus topology is needed, we scan all devices regardless of filters,
and apply the filters later when showing devices.
Also, we forbid several impossible combinations of options: tree mode
with filters, bus mapping mode with anything requiring topology.
Diffstat (limited to 'ls-tree.c')
-rw-r--r-- | ls-tree.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -237,7 +237,5 @@ void show_forest(void) { char line[256]; - - grow_tree(); show_tree_bridge(&host_bridge, line, line); } |