mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:37:43 +00:00
Kernel: Convert klog() => AK::Format in PCI
This commit is contained in:
parent
df65c8f2eb
commit
feda905c3f
4 changed files with 12 additions and 19 deletions
|
@ -41,7 +41,7 @@ UNMAP_AFTER_INIT void IOAccess::initialize()
|
|||
|
||||
UNMAP_AFTER_INIT IOAccess::IOAccess()
|
||||
{
|
||||
klog() << "PCI: Using I/O instructions for PCI configuration space access";
|
||||
dmesgln("PCI: Using I/O instructions for PCI configuration space access");
|
||||
enumerate_hardware([&](const Address& address, ID id) {
|
||||
m_physical_ids.append({ address, id, get_capabilities(address) });
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue