1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:37:35 +00:00

Kernel/Net: Support Intel 82574 adapter

We call it E1000E, because the layout for these cards is somewhat not
the same like E1000 supported cards.

Also, this card supports advanced features that are not supported on
8254x cards.
This commit is contained in:
Liav A 2021-06-04 10:11:37 +03:00 committed by Ali Mohammad Pur
parent 2e2201e8e1
commit c6480a0426
8 changed files with 200 additions and 20 deletions

View file

@ -35,6 +35,7 @@ set(DOUBLECLICK_DEBUG ON)
set(DWARF_DEBUG ON)
set(DYNAMIC_LOAD_DEBUG ON)
set(E1000_DEBUG ON)
set(E1000E_DEBUG ON)
set(EDITOR_DEBUG ON)
set(ELF_IMAGE_DEBUG ON)
set(EMOJI_DEBUG ON)