mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
Kernel: Mark NE2000NetworkAdapter::ram_test() UNMAP_AFTER_INIT
This commit is contained in:
parent
e9add0bb80
commit
b5d388a9b3
Notes:
sideshowbarker
2024-07-18 12:35:02 +09:00
Author: https://github.com/bgianfo
Commit: b5d388a9b3
Pull-request: https://github.com/SerenityOS/serenity/pull/7938
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ void NE2000NetworkAdapter::handle_irq(const RegisterState&)
|
|||
out8(REG_RW_INTERRUPTSTATUS, status);
|
||||
}
|
||||
|
||||
int NE2000NetworkAdapter::ram_test()
|
||||
UNMAP_AFTER_INIT int NE2000NetworkAdapter::ram_test()
|
||||
{
|
||||
IOAddress io(PCI::get_BAR0(pci_address()) & ~3);
|
||||
int errors = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue