diff options
Diffstat (limited to 'dev/modules/NVME')
| -rw-r--r-- | dev/modules/NVME/NVME.h | 2 |
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; } } |
