Added temporary hack to load the ISA bus manager.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7783 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
// registration directory of pnp root drivers
|
// registration directory of pnp root drivers
|
||||||
// (put all drivers under "universal" and use unique connection names)
|
// (put all drivers under "universal" and use unique connection names)
|
||||||
|
|
||||||
#define PNP_ROOT_MODULE_NAME PNP_DIR"sys/pnp_root/v1"
|
#define PNP_ROOT_MODULE_NAME "sys/pnp_root/v1"
|
||||||
|
|
||||||
|
|
||||||
static pnp_node_handle sRootNode;
|
static pnp_node_handle sRootNode;
|
||||||
@@ -60,6 +60,8 @@ pnp_root_init_root(void)
|
|||||||
{ PNP_DRIVER_DEVICE_IDENTIFIER, B_STRING_TYPE, { string: "pnp_root" }},
|
{ PNP_DRIVER_DEVICE_IDENTIFIER, B_STRING_TYPE, { string: "pnp_root" }},
|
||||||
|
|
||||||
// directory for root drivers
|
// directory for root drivers
|
||||||
|
// ToDo: temporary hack to get things started!
|
||||||
|
{ PNP_DRIVER_FIXED_CONSUMER, B_STRING_TYPE, { string: "bus_managers/isa/root" }},
|
||||||
{ PNP_DRIVER_DYNAMIC_CONSUMER, B_STRING_TYPE, { string: PNP_ROOT_DRIVERS_DIR "/" }},
|
{ PNP_DRIVER_DYNAMIC_CONSUMER, B_STRING_TYPE, { string: PNP_ROOT_DRIVERS_DIR "/" }},
|
||||||
|
|
||||||
{ NULL }
|
{ NULL }
|
||||||
|
|||||||
Reference in New Issue
Block a user