ladybird/Kernel/Bus/PCI
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
..
Access.cpp Kernel/SysFS: Don't compute exact size of PCI files 2021-08-15 23:30:52 +02:00
Access.h Kernel/SysFS: Don't compute exact size of PCI files 2021-08-15 23:30:52 +02:00
Definitions.h Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00
Device.cpp Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00
Device.h Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00
IDs.h Kernel: Clarify and make it easy to not use raw numbers 2021-07-03 16:28:49 +02:00
Initializer.cpp Kernel: Rename SysFS related classes in PCI code 2021-07-11 01:31:48 +02:00
Initializer.h Kernel/PCI: Move the PCI components as a subfolder to the Bus directory 2021-07-02 13:16:12 +02:00
IOAccess.cpp Kernel/PCI: Move the PCI components as a subfolder to the Bus directory 2021-07-02 13:16:12 +02:00
IOAccess.h Kernel: Remove unused PCI::Access::access_type() 2021-08-06 00:37:47 +02:00
MMIOAccess.cpp Kernel: Rename ScopedSpinlock => SpinlockLocker 2021-08-22 03:34:10 +02:00
MMIOAccess.h Kernel: Rename SpinLock => Spinlock 2021-08-22 03:34:10 +02:00
WindowedMMIOAccess.cpp Kernel: Add convenience values to the Memory::Region::Access enum 2021-08-06 22:25:00 +02:00
WindowedMMIOAccess.h Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 2021-08-06 14:05:58 +02:00