mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:37:45 +00:00
Kernel/Storage: Merge IDE functionality from BusMasterChannel to Channel
This simplifies the flow of how things work currently and is a step for more improvements in the next commits.
This commit is contained in:
parent
ade672c576
commit
2c987367e6
11 changed files with 294 additions and 358 deletions
|
@ -95,7 +95,6 @@ set(KERNEL_SOURCES
|
|||
Storage/ATA/AHCI/Controller.cpp
|
||||
Storage/ATA/AHCI/Port.cpp
|
||||
Storage/ATA/AHCI/InterruptHandler.cpp
|
||||
Storage/ATA/GenericIDE/BusMasterChannel.cpp
|
||||
Storage/ATA/GenericIDE/Controller.cpp
|
||||
Storage/ATA/GenericIDE/Channel.cpp
|
||||
Storage/ATA/GenericIDE/ISAController.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue