Skip to content

Commit

Permalink
DOnt make a fake ISA bus
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFire01 committed Oct 2, 2024
1 parent d354cf6 commit 10adc5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions boot/freeldr/freeldr/arch/uefi/uefihw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1112,8 +1112,7 @@ UefiHwDetect(
DetectInternal(SystemKey, &BusNumber);

DetectPci(SystemKey, &BusNumber);
// DetectAcpiBios(SystemKey, &BusNumber);
DetectIsaBios(SystemKey, &BusNumber);

TRACE("DetectHardware() Done\n");
return SystemKey;
}

0 comments on commit 10adc5d

Please sign in to comment.