serenity/Kernel/Net/Intel
Liav A 102186b0f5 Kernel/Net: Allocate regions before invoking Intel driver constructors
Instead of allocating after the construction point ensure that all Intel
drivers are allocating necessary buffer regions and then pass them to
the constructors.
This could let us fail early in case of OOM, so we don't touch a network
adapter before we ensure we have all the appropriate mappings in place.
2023-01-07 12:36:57 +01:00
..
E1000ENetworkAdapter.cpp Kernel/Net: Allocate regions before invoking Intel driver constructors 2023-01-07 12:36:57 +01:00
E1000ENetworkAdapter.h Kernel/Net: Allocate regions before invoking Intel driver constructors 2023-01-07 12:36:57 +01:00
E1000NetworkAdapter.cpp Kernel/Net: Allocate regions before invoking Intel driver constructors 2023-01-07 12:36:57 +01:00
E1000NetworkAdapter.h Kernel/Net: Allocate regions before invoking Intel driver constructors 2023-01-07 12:36:57 +01:00