Skip to content

Commit

Permalink
re-enabled xhci init code
Browse files Browse the repository at this point in the history
  • Loading branch information
FlareCoding committed Sep 26, 2024
1 parent f957c34 commit 93bafd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/src/entry/kernel_entry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ void _kuser_entry() {
});
#endif

if (!acpiController.hasPciDeviceTable()) {
if (acpiController.hasPciDeviceTable()) {
auto pciDeviceTable = acpiController.getPciDeviceTable();

size_t idx = pciDeviceTable->findXhciController();
Expand Down

0 comments on commit 93bafd0

Please sign in to comment.