Turned off some debug output, the device tree is no longer dumped (was a partial

tree only, anyway, as it was dumped before the recognition of any devices).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16893 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-03-27 15:14:30 +00:00
parent ecdaf9dea8
commit d140fed68f
@@ -1,5 +1,5 @@
/* /*
* Copyright 2004-2005, Axel Dörfler, [email protected]. All rights reserved. * Copyright 2004-2006, Axel Dörfler, [email protected]. All rights reserved.
* Copyright 2002-2004, Thomas Kurschel. All rights reserved. * Copyright 2002-2004, Thomas Kurschel. All rights reserved.
* *
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
@@ -142,6 +142,7 @@ device_manager_init(struct kernel_args *args)
dm_init_root_node(); dm_init_root_node();
#ifdef TRACE_DEVICE_MANAGER
{ {
// dump root node // dump root node
device_node_info *node = gRootNode; device_node_info *node = gRootNode;
@@ -149,6 +150,7 @@ device_manager_init(struct kernel_args *args)
node = node->parent; node = node->parent;
dm_dump_node(node, 0); dm_dump_node(node, 0);
} }
#endif
// build initial device tree; register all root bus_managers // build initial device tree; register all root bus_managers