diff options
Diffstat (limited to 'dev/Mod')
| -rw-r--r-- | dev/Mod/AHCI/AHCI.h | 2 | ||||
| -rw-r--r-- | dev/Mod/NVME/NVME.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/Mod/AHCI/AHCI.h b/dev/Mod/AHCI/AHCI.h index 11f2346a..9e534a1a 100644 --- a/dev/Mod/AHCI/AHCI.h +++ b/dev/Mod/AHCI/AHCI.h @@ -282,7 +282,7 @@ typedef struct HbaCmdHeader final NeOS::UInt8 Reserved0 : 1; // Reserved NeOS::UInt8 Pmp : 4; // Port multiplier port - NeOS::UInt16 Prdtl; // Physical region descriptor table length in entries + NeOS::UInt16 Prdtl; // Physical region descriptor table length in entries NeOS::UInt32 Prdbc; // Physical region descriptor byte count transferred NeOS::UInt32 Ctba; // Command table descriptor base address diff --git a/dev/Mod/NVME/NVME.h b/dev/Mod/NVME/NVME.h index 3adadc98..5f8608f7 100644 --- a/dev/Mod/NVME/NVME.h +++ b/dev/Mod/NVME/NVME.h @@ -52,7 +52,7 @@ namespace NeOS kIdentifyNVME = 0x06, kReadNVME = 0x02, kWriteNVME = 0x01, - kCountNVME = 5, + kCountNVME = 5, }; /// @brief Creates an admin command for a DMA operation. |
