1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:38:10 +00:00
serenity/Kernel/Arch/x86/ISABus
Liav A c50a81e93e Kernel: Move x86-specific HID code to the Arch/x86 directory
The i8042 controller with its attached devices, the PS2 keyboard and
mouse, rely on x86-specific IO instructions to work. Therefore, move
them to the Arch/x86 directory to make it easier to omit the handling
code of these devices.
2022-09-20 18:43:05 +01:00
..
HID Kernel: Move x86-specific HID code to the Arch/x86 directory 2022-09-20 18:43:05 +01:00
I8042Controller.cpp Kernel: Move x86-specific HID code to the Arch/x86 directory 2022-09-20 18:43:05 +01:00
I8042Controller.h Kernel: Move x86-specific HID code to the Arch/x86 directory 2022-09-20 18:43:05 +01:00
IDEController.cpp Kernel: Don't compile ISA IDE controller code in non-x86 builds 2022-09-20 18:43:05 +01:00
IDEController.h Kernel: Don't compile ISA IDE controller code in non-x86 builds 2022-09-20 18:43:05 +01:00