2 * Acess2 Kernel - AHCI Driver
3 * - By John Hodge (thePowersGang)
15 SATA_FIS_H2DRegister = 0x27,
16 SATA_FIS_D2HRegister = 0x34,
17 SATA_FIS_DMASetup = 0x41,
19 SATA_FIS_PIOSetup = 0x5F,
22 struct sSATA_FIS_DMASetup
25 Uint8 Flags; // [6]: Interrupt, [5]: Direction
31 Uint32 DMATransferCount;
40 struct sSATA_FIS_PIOSetup
61 struct sSATA_FIS_H2DRegister
64 Uint8 Flags; // [7]: Update to command register
81 struct sSATA_FIS_D2HRegister
84 Uint8 IntResvd; // [6]: Interrupt bit
101 Uint8 Type; // = 0xA1