1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:28:11 +00:00
serenity/Kernel/Bus/PCI
Evan Smal 288a73ea0e Kernel: Add dmesgln_pci logging for Kernel::PCI
A virtual method named device_name() was added to
Kernel::PCI to support logging the PCI::Device name
and address using dmesgln_pci. Previously, PCI::Device
did not store the device name.

All devices inheriting from PCI::Device now use dmesgln_pci where
they previously used dmesgln.
2023-01-05 01:44:19 +01:00
..
Controller Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
Access.cpp Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removal 2022-12-28 11:53:41 +01:00
Access.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
API.cpp Kernel: Introduce the IOWindow class 2022-09-23 17:22:15 +01:00
API.h Kernel: Introduce the IOWindow class 2022-09-23 17:22:15 +01:00
Definitions.h Kernel: Introduce the IOWindow class 2022-09-23 17:22:15 +01:00
Device.cpp Kernel: Use C++17 namespace style for nested PCI namespace 2022-04-26 22:56:45 +02:00
Device.h Kernel: Add dmesgln_pci logging for Kernel::PCI 2023-01-05 01:44:19 +01:00
IDs.h Kernel/Graphics: Implement basic support for VMWare SVGA adapter 2022-05-06 18:04:57 +02:00
Initializer.h Kernel: Use C++17 namespace style for nested PCI namespace 2022-04-26 22:56:45 +02:00