diff options
author | Liav A <liavalb@gmail.com> | 2023-01-07 11:13:45 +0200 |
---|---|---|
committer | Andrew Kaster <andrewdkaster@gmail.com> | 2023-01-07 11:37:57 -0700 |
commit | 5c97c6d874013ee62ba241aa6e9439cdcf67b89c (patch) | |
tree | b8befee1e5f32e4b97b473fccd0bd19a069d9de5 /Kernel/Debug.h.in | |
parent | 32810503595a83d3bb4c709759224223f2137e0c (diff) | |
download | serenity-5c97c6d874013ee62ba241aa6e9439cdcf67b89c.zip |
Kernel: Remove the RTL8139 PCI network adapter driver
Nobody tests this network card, and the driver has bugs (see the issue
https://github.com/SerenityOS/serenity/issues/10198 for more details),
so it's almost certain that this happened due to code being rotting when
there's simply no testing of it.
Essentially this has been determined to be dead-code so this is the most
important reason to drop this code. Another good reason to do so is
because the RTL8139 only supports Fast Ethernet connections (10/100
Megabits per second), and is considered obsolete even for bare metal
setups.
Diffstat (limited to 'Kernel/Debug.h.in')
-rw-r--r-- | Kernel/Debug.h.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Kernel/Debug.h.in b/Kernel/Debug.h.in index a0c94e52d5..62b95a770e 100644 --- a/Kernel/Debug.h.in +++ b/Kernel/Debug.h.in @@ -271,10 +271,6 @@ #cmakedefine01 ROUTING_DEBUG #endif -#ifndef RTL8139_DEBUG -#cmakedefine01 RTL8139_DEBUG -#endif - #ifndef RTL8168_DEBUG #cmakedefine01 RTL8168_DEBUG #endif |