mirror of
https://github.com/dingusdev/dingusppc.git
synced 2026-04-26 11:26:16 +00:00
atadefs.h: add SLEEP command code.
This commit is contained in:
committed by
Maxim Poliakovski
parent
a537d09c63
commit
7429a4111e
@@ -146,6 +146,7 @@ enum ATA_Cmd : uint8_t {
|
||||
WRITE_DMA = 0xCA,
|
||||
WRITE_DMA_NR = 0xCB,
|
||||
STANDBY_IMMEDIATE = 0xE0,
|
||||
SLEEP = 0xE6,
|
||||
FLUSH_CACHE = 0xE7, // ATA-5
|
||||
WRITE_BUFFER_DMA = 0xE9,
|
||||
READ_BUFFER_DMA = 0xEB,
|
||||
|
||||
Reference in New Issue
Block a user