1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 20:57:35 +00:00
serenity/Kernel/Bus/USB/UHCI
Liav A aacb1f0bf4 Kernel: Rename PCI::DeviceController => PCI::Device
Now that the old PCI::Device was removed, we can complete the PCI
changes by making the PCI::DeviceController to be named PCI::Device.

Really the entire purpose and the distinction between the two was about
interrupts, but since this is no longer a problem, just rename it to
simplify things further.
2021-08-23 01:07:45 +02:00
..
UHCIController.cpp Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00
UHCIController.h Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00
UHCIDescriptorPool.h Kernel/USB: Harden Descriptor memory allocation 2021-08-19 18:42:07 +02:00
UHCIDescriptorTypes.h Kernel/USB: Remove unused free function from QueueHead 2021-08-19 18:42:07 +02:00
UHCIRootHub.cpp Kernel/USB: Move UHCI related structures to subdirectory 2021-08-19 18:42:07 +02:00
UHCIRootHub.h Kernel/USB: Move UHCI related structures to subdirectory 2021-08-19 18:42:07 +02:00