Kernel: More work on bringing up E1000 support.

This commit is contained in:
Andreas Kling 2019-03-11 11:11:29 +01:00
commit 47b096feb4
Notes: sideshowbarker 2024-07-19 15:05:12 +09:00
4 changed files with 15 additions and 0 deletions

View file

@ -47,5 +47,6 @@ dword get_BAR2(Address);
dword get_BAR3(Address);
dword get_BAR4(Address);
dword get_BAR5(Address);
void enable_bus_mastering(Address);
}