mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 04:42:44 +00:00 
			
		
		
		
	Kernel: Untangle StorageController from PCI::DeviceController
This commit is contained in:
		
							parent
							
								
									68c8b52612
								
							
						
					
					
						commit
						2f8b047339
					
				
					 3 changed files with 8 additions and 9 deletions
				
			
		|  | @ -68,7 +68,8 @@ void IDEController::complete_current_request(AsyncDeviceRequest::RequestResult) | |||
| } | ||||
| 
 | ||||
| IDEController::IDEController(PCI::Address address, bool force_pio) | ||||
|     : StorageController(address) | ||||
|     : StorageController() | ||||
|     , PCI::DeviceController(address) | ||||
| { | ||||
|     initialize(force_pio); | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jean-Baptiste Boric
						Jean-Baptiste Boric