* Disable ACPI by default for now as it currently introduces problems with
interrupts (UHCI/EHCI not working). * Add missing line break in debug output. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28199 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
51f837ae42
commit
85c66f1c22
@ -86,7 +86,7 @@ acpi_std_ops(int32 op,...)
|
||||
settings = load_driver_settings("kernel");
|
||||
if (settings != NULL) {
|
||||
acpiDisabled = !get_driver_boolean_parameter(settings, "acpi",
|
||||
true, true);
|
||||
false, false);
|
||||
unload_driver_settings(settings);
|
||||
}
|
||||
|
||||
@ -101,7 +101,7 @@ acpi_std_ops(int32 op,...)
|
||||
}
|
||||
|
||||
if (acpiDisabled) {
|
||||
ERROR("ACPI disabled");
|
||||
ERROR("ACPI disabled\n");
|
||||
return ENOSYS;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user