1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:28:11 +00:00
serenity/Kernel/PCI
Liav A 0fc60e41dd Kernel: Use klog() instead of kprintf()
Also, duplicate data in dbg() and klog() calls were removed.
In addition, leakage of virtual address to kernel log is prevented.
This is done by replacing kprintf() calls to dbg() calls with the
leaked data instead.
Also, other kprintf() calls were replaced with klog().
2020-03-02 22:23:39 +01:00
..
Access.cpp Kernel: Use klog() instead of kprintf() 2020-03-02 22:23:39 +01:00
Access.h Kernel: Add PCI helpers to enable and disable the interrupt line 2020-02-24 11:27:03 +01:00
Definitions.h Kernel: Run clang-format on PCI definitions file 2020-02-27 13:05:12 +01:00
Device.cpp Kernel: Update PCI::Device class to use the new IRQHandler class 2020-02-24 11:27:03 +01:00
Device.h Kernel: Change get_pci_address() to pci_address() in PCI::Device class 2020-02-24 11:27:03 +01:00
Initializer.cpp Kernel: Use klog() instead of kprintf() 2020-03-02 22:23:39 +01:00
Initializer.h Kernel: Don't use references or pointers to physical addresses 2020-02-24 11:27:03 +01:00
IOAccess.cpp Kernel: Use klog() instead of kprintf() 2020-03-02 22:23:39 +01:00
IOAccess.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00
MMIOAccess.cpp Kernel: Use klog() instead of kprintf() 2020-03-02 22:23:39 +01:00
MMIOAccess.h Kernel: Don't use references or pointers to physical addresses 2020-02-24 11:27:03 +01:00