mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:27:35 +00:00
Kernel: Add driver for RTL8168 & RTL8111 NICs
These are pretty common on older LGA1366 & LGA1150 motherboards. NOTE: Since the registers datasheets for all versions of the chip besides versions 1 - 3 are still under NDAs i had to collect several "magical vendor constants" from the *BSD driver and the linux driver that i was not able to name verbosely, and as such these are labeled with the comment "vendor magic values".
This commit is contained in:
parent
de6d032273
commit
a898e01d4d
8 changed files with 1683 additions and 1 deletions
|
@ -12,6 +12,7 @@ Serenity boots to a graphical desktop on all machines unless otherwise noted.
|
|||
| Intel 82545XX | Also known as e1000 |
|
||||
| NE2000 compatible cards | |
|
||||
| Intel 82574L | Also known as e1000e |
|
||||
| RTL8168/8111 (Variants B & E-VL) | Other variants are WIP |
|
||||
|
||||
### Desktop machines
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue