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