mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:58:11 +00:00
Kernel: Renable UHCIController on 64-bit processors
This commit is contained in:
parent
7ba3c22931
commit
0b04363b01
4 changed files with 31 additions and 41 deletions
|
@ -274,9 +274,7 @@ void init_stage2(void*)
|
|||
}
|
||||
|
||||
// FIXME: This should not be i386-specific.
|
||||
#if ARCH(I386)
|
||||
USB::UHCIController::detect();
|
||||
#endif
|
||||
|
||||
DMIExpose::initialize();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue