* Set the actual default of the ACPI module to enabled instead of relying on the

kernel settings file. As pointed out by Rene, there's otherwise no way to
  enable ACPI when the settings file is absent, as there's only a disable switch
  in the boot menu.
* Remove MADT dumping as it isn't really implemented. This info can actually be
  printed in the IO-APIC code now.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41497 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2011-05-14 16:28:43 +00:00
parent cf546fa0c3
commit 5316b696ae
2 changed files with 3 additions and 35 deletions
+2 -2
View File
@@ -57,8 +57,8 @@ load_symbols true
#emergency_keys false
# Disables emergency keys (ie. Alt-SysReq+*), enabled by default
acpi true
# ACPI support, disabled by default
#acpi false
# ACPI support, enabled by default
#acpi_avoid_full_init true
# Avoids running _INI and _STA methods and final object initialization,