diff options
author | Liav A <liavalb@gmail.com> | 2021-06-06 19:52:30 +0300 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2021-06-09 22:44:09 +0430 |
commit | d183f4b03f2a4496d9b19439fcf2e09557eec5c5 (patch) | |
tree | 11dca47fc3bb735058fdf51a730b854307f48569 /Documentation | |
parent | 84b2dc0fb89e8d99e87100fdcccfa2639b7c77be (diff) | |
download | serenity-d183f4b03f2a4496d9b19439fcf2e09557eec5c5.zip |
Documentation: Add a list of supported network cards
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/HardwareCompatibility.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/HardwareCompatibility.md b/Documentation/HardwareCompatibility.md index 92fdf3b929..f97ec724b5 100644 --- a/Documentation/HardwareCompatibility.md +++ b/Documentation/HardwareCompatibility.md @@ -4,6 +4,14 @@ A list of hardware known to be at least partly working with SerenityOS. Serenity boots to a graphical desktop on all machines unless otherwise noted. +### Network Adapters + +| Model | Notes | +| ---------------------------------------- | ----------------------------- | +| RTL8139 | | +| Intel 82545XX | Also known as e1000 | +| NE2000 compatible cards | | +| Intel 82574L | Also known as e1000e | ### Desktop machines |