Kernel: Renable UHCIController on 64-bit processors

This commit is contained in:
Hendiadyoin1 2021-03-07 14:32:34 +01:00 committed by Andreas Kling
commit 0b04363b01
Notes: sideshowbarker 2024-07-18 21:13:19 +09:00
4 changed files with 31 additions and 41 deletions

View file

@ -274,9 +274,7 @@ void init_stage2(void*)
}
// FIXME: This should not be i386-specific.
#if ARCH(I386)
USB::UHCIController::detect();
#endif
DMIExpose::initialize();