mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +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
Notes:
sideshowbarker
2024-07-17 08:47:12 +09:00
Author: https://github.com/supercomputer7
Commit: 2c987367e6
Pull-request: https://github.com/SerenityOS/serenity/pull/11081
Reviewed-by: https://github.com/Panky-codes
Reviewed-by: https://github.com/linusg ✅
11 changed files with 294 additions and 358 deletions
|
@ -10,13 +10,12 @@
|
|||
#include <AK/RefPtr.h>
|
||||
#include <AK/Types.h>
|
||||
#include <Kernel/Storage/ATA/ATAController.h>
|
||||
#include <Kernel/Storage/ATA/GenericIDE/Channel.h>
|
||||
#include <Kernel/Storage/StorageDevice.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
class AsyncBlockDeviceRequest;
|
||||
|
||||
class IDEChannel;
|
||||
class IDEController : public ATAController {
|
||||
public:
|
||||
static NonnullRefPtr<IDEController> initialize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue