The device manager is now initialized as well.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7491 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-05-10 13:28:21 +00:00
parent 8d1b721ad5
commit 9bd10a87c7
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#include <kmodule.h>
#include <int.h>
#include <team.h>
#include <kdevice_manager.h>
#include <real_time_clock.h>
#include <kernel_daemon.h>
@ -154,6 +155,9 @@ main2(void *unused)
TRACE(("Init modules\n"));
module_init(&ka);
TRACE(("Init Device Manager\n"));
device_manager_init(&ka);
// ToDo: device manager starts here, bus_init()/dev_init() won't be necessary anymore,
// but instead, the hardware and drivers are rescanned then.