mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:07:34 +00:00
Kernel/Storage: Rename AHCIPortHandler => AHCIInterruptHandler
This reflects better what this object is all about - handling interrupts of AHCI ports, and nothing more than that.
This commit is contained in:
parent
cc734c106e
commit
bf82c4b81b
6 changed files with 23 additions and 23 deletions
|
@ -97,8 +97,8 @@ set(KERNEL_SOURCES
|
|||
Graphics/VirtIOGPU/GraphicsAdapter.cpp
|
||||
SanCov.cpp
|
||||
Storage/ATA/AHCIController.cpp
|
||||
Storage/ATA/AHCIInterruptHandler.cpp
|
||||
Storage/ATA/AHCIPort.cpp
|
||||
Storage/ATA/AHCIPortHandler.cpp
|
||||
Storage/ATA/ATADevice.cpp
|
||||
Storage/ATA/ATADiskDevice.cpp
|
||||
Storage/ATA/ATAPIDiscDevice.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue