mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:58:11 +00:00
Kernel: Keep records of PCI::Address & PCI::ID pairs for enumeration
This commit is contained in:
parent
688dd9ea66
commit
65f939b55c
12 changed files with 49 additions and 13 deletions
|
@ -59,7 +59,7 @@ void initialize()
|
|||
else
|
||||
IOAccess::initialize();
|
||||
|
||||
enumerate_all([&](const Address& address, ID id) {
|
||||
enumerate([&](const Address& address, ID id) {
|
||||
klog() << address << " " << id;
|
||||
E1000NetworkAdapter::detect(address);
|
||||
RTL8139NetworkAdapter::detect(address);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue