mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
Kernel: Add NE2000 network card driver
Remember, friends don't let friends use NE2000 network cards :^)
This commit is contained in:
parent
865aade42b
commit
edd2362f39
Notes:
sideshowbarker
2024-07-18 22:35:14 +09:00
Author: https://github.com/boricj
Commit: edd2362f39
Pull-request: https://github.com/SerenityOS/serenity/pull/5191
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/drunderscore
Reviewed-by: https://github.com/linusg
6 changed files with 562 additions and 0 deletions
|
@ -182,6 +182,10 @@
|
|||
#cmakedefine01 MULTIPROCESSOR_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef NE2000_DEBUG
|
||||
#cmakedefine01 NE2000_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef NETWORK_TASK_DEBUG
|
||||
#cmakedefine01 NETWORK_TASK_DEBUG
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue