mirror of
https://github.com/RGBCube/serenity
synced 2025-07-02 23:32:06 +00:00
PCI: Enable LogStream output for addresses
This commit is contained in:
parent
032ce1948e
commit
8639ee2640
3 changed files with 8 additions and 2 deletions
|
@ -141,7 +141,7 @@ E1000NetworkAdapter::E1000NetworkAdapter(PCI::Address address, u8 irq)
|
|||
{
|
||||
set_interface_name("e1k");
|
||||
|
||||
klog() << "E1000: 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() << "E1000: Found @ " << pci_address();
|
||||
|
||||
enable_bus_mastering(pci_address());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue