mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:17:35 +00:00
Kernel/Storage: Move ATA device signature definitions to a general file
This commit is contained in:
parent
2c987367e6
commit
7719ef3a61
4 changed files with 14 additions and 10 deletions
|
@ -264,14 +264,6 @@ struct [[gnu::packed]] HBADefinedCapabilities {
|
|||
bool devsleep_entrance_from_slumber_only : 1 { false };
|
||||
};
|
||||
|
||||
enum DeviceSignature : u32 {
|
||||
ATA = 0x00000101,
|
||||
ATAPI = 0xEB140101,
|
||||
EnclosureManagementBridge = 0xC33C0101,
|
||||
PortMultiplier = 0x96690101,
|
||||
Unconnected = 0xFFFFFFFF
|
||||
};
|
||||
|
||||
enum class DeviceDetectionInitialization {
|
||||
NoActionRequested,
|
||||
PerformInterfaceInitializationSequence,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue