1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 02:48:11 +00:00
serenity/Kernel/Net/Intel
Baitinq 0f2ca95b5e Kernel: Propagate errors in E1000NetworkAdapter
We now move the ErrorOr returning functions in the constructor to the
try_to_initialize() factory,  which allows us to handle the errors and
removes two FIXME's :))
2022-12-17 18:34:57 +01:00
..
E1000ENetworkAdapter.cpp Kernel: Propagate errors during network adapter detection/initialization 2022-12-13 11:20:11 +01:00
E1000ENetworkAdapter.h Kernel: Propagate errors during network adapter detection/initialization 2022-12-13 11:20:11 +01:00
E1000NetworkAdapter.cpp Kernel: Propagate errors in E1000NetworkAdapter 2022-12-17 18:34:57 +01:00
E1000NetworkAdapter.h Kernel: Propagate errors during network adapter detection/initialization 2022-12-13 11:20:11 +01:00