mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 17:52:45 +00:00 
			
		
		
		
	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.
This commit is contained in:
		
							parent
							
								
									3281050359
								
							
						
					
					
						commit
						5c97c6d874
					
				
					 6 changed files with 0 additions and 480 deletions
				
			
		|  | @ -158,7 +158,6 @@ set(RESIZE_DEBUG ON) | |||
| set(RESOURCE_DEBUG ON) | ||||
| set(ROUTING_DEBUG ON) | ||||
| set(RSA_PARSE_DEBUG ON) | ||||
| set(RTL8139_DEBUG ON) | ||||
| set(RTL8168_DEBUG ON) | ||||
| set(SAFE_SYSCALL_DEBUG ON) | ||||
| set(SB16_DEBUG ON) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Liav A
						Liav A