mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
PCI: Enable LogStream output for addresses
This commit is contained in:
parent
032ce1948e
commit
8639ee2640
Notes:
sideshowbarker
2024-07-19 08:49:11 +09:00
Author: https://github.com/supercomputer7
Commit: 8639ee2640
Pull-request: https://github.com/SerenityOS/serenity/pull/1385
Reviewed-by: https://github.com/awesomekling
3 changed files with 8 additions and 2 deletions
|
@ -146,7 +146,7 @@ RTL8139NetworkAdapter::RTL8139NetworkAdapter(PCI::Address address, u8 irq)
|
|||
m_tx_buffers.ensure_capacity(RTL8139_TX_BUFFER_COUNT);
|
||||
set_interface_name("rtl8139");
|
||||
|
||||
klog() << "RTL8139: Found at PCI address " << String::format("%w", pci_address().seg()) << ":" << String::format("%b", pci_address().bus()) << ":" << String::format("%b", pci_address().slot()) << "." << String::format("%b", pci_address().function());
|
||||
klog() << "RTL8139: Found @ " << pci_address();
|
||||
|
||||
enable_bus_mastering(pci_address());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue