1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 00:25:07 +00:00
serenity/Kernel/Bus/PCI
Andreas Kling 2da0581fd2 Kernel: Replace "folder" => "directory" everywhere
Folders are a GUI concept. File systems have directories.
2021-07-17 23:50:00 +02:00
..
Access.cpp Kernel: Replace "folder" => "directory" everywhere 2021-07-17 23:50:00 +02:00
Access.h Kernel: Rename SysFS related classes in PCI code 2021-07-11 01:31:48 +02:00
Definitions.h Kernel: Use range-for wherever possible 2021-07-08 10:11:00 +02:00
Device.cpp Kernel/PCI: Move the PCI components as a subfolder to the Bus directory 2021-07-02 13:16:12 +02:00
Device.h Kernel/PCI: Move the PCI components as a subfolder to the Bus directory 2021-07-02 13:16:12 +02:00
DeviceController.cpp Kernel: Use range-for wherever possible 2021-07-08 10:11:00 +02:00
DeviceController.h Kernel/PCI: Move the PCI components as a subfolder to the Bus directory 2021-07-02 13:16:12 +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/PCI: Move the PCI components as a subfolder to the Bus directory 2021-07-02 13:16:12 +02:00
MMIOAccess.cpp AK: Generalize ByteReader 2021-07-14 11:26:34 +04:30
MMIOAccess.h Kernel/PCI: Move the PCI components as a subfolder to the Bus directory 2021-07-02 13:16:12 +02:00
WindowedMMIOAccess.cpp Kernel: Convert the PhysicalPage bool parameter to an enum 2021-07-17 18:38:28 +04:30
WindowedMMIOAccess.h Kernel/PCI: Move the PCI components as a subfolder to the Bus directory 2021-07-02 13:16:12 +02:00