mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
Kernel: Untangle StorageController from PCI::DeviceController
This commit is contained in:
parent
68c8b52612
commit
2f8b047339
Notes:
sideshowbarker
2024-07-18 22:58:04 +09:00
Author: https://github.com/boricj
Commit: 2f8b047339
Pull-request: https://github.com/SerenityOS/serenity/pull/5028
Reviewed-by: https://github.com/awesomekling
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