Skip to content

Commit

Permalink
Todo about walking namespace and init _PRW's.
Browse files Browse the repository at this point in the history
This needs a deeper understanding and brighter mind than mine.
  • Loading branch information
tqh committed Sep 5, 2014
1 parent 5048bd4 commit b4908ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/add-ons/kernel/bus_managers/acpi/BusManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ acpi_std_ops(int32 op,...)
"AcpiInitializeObjects failed"))
goto err;

//TODO: Walk namespace init ALL _PRW's

checkAndLogFailure(
AcpiInstallGlobalEventHandler(globalGPEHandler, NULL),
"Failed to install global GPE-handler.");
Expand Down

0 comments on commit b4908ff

Please sign in to comment.