summaryrefslogtreecommitdiffhomepage
path: root/dev/modules/NVME
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-16 14:37:12 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-16 14:37:12 +0100
commit86e5bd89ecbe6e3a204ab816b9f7e48eb9a7fee7 (patch)
tree95d358f0e844d6e8dc1077f0322c0020c4c5f395 /dev/modules/NVME
parent1c6e979cf8f19b6b7359f4c9fc34baeb42f05a5c (diff)
feat: launch: design of ne_launch done.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/modules/NVME')
-rw-r--r--dev/modules/NVME/NVME.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/modules/NVME/NVME.h b/dev/modules/NVME/NVME.h
index c0894194..21f5323e 100644
--- a/dev/modules/NVME/NVME.h
+++ b/dev/modules/NVME/NVME.h
@@ -93,7 +93,7 @@ inline Bool nvme_create_io_command(HAL_NVME_QUEUE* entry, UInt64 baseAddress,
entry->CommandSpecific[9] = identify;
if (namespaceIdentify) {
- entry->CommandSpecific[0] = 1;
+ entry->CommandSpecific[0] = YES;
}
}