Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFire01 committed Dec 27, 2024
1 parent fddc79b commit 98a0262
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/bus/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if(NOT ARCH STREQUAL "arm")
#add_subdirectory(acpi)
endif()
add_subdirectory(acpi_new)
#add_subdirectory(acpi_new)
add_subdirectory(isapnp)
#add_subdirectory(pci)
add_subdirectory(pcix)
Expand Down
1 change: 1 addition & 0 deletions drivers/bus/pcix/pci/id.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ PciGetDescriptionMessage(
_In_ ULONG Identifier,
_Out_ ULONG* OutLength)
{
return NULL;
PMESSAGE_RESOURCE_ENTRY Entry;
ANSI_STRING MessageString;
UNICODE_STRING UnicodeString;
Expand Down
2 changes: 1 addition & 1 deletion modules/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endif()
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/AHK_Tests/)
add_subdirectory(AHK_Tests)
endif()#

#
## Extra files for Boot/Live/Hybrid CD. You need to put them under [boot|live|hybrid]cd_extras
## in the same layout as you want them to be in the CD.
## If you change the content of any of the following folders later on,
Expand Down

0 comments on commit 98a0262

Please sign in to comment.