diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2019-01-29 20:50:29 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2019-01-29 20:50:29 +0000 |
| commit | e34c029020878b7958dd60b540e701223933d5e5 (patch) | |
| tree | 7865632cbca26281853e5b6ff423641fa9d556c8 /sys/dev/nvd | |
| parent | 56eee7cbb4f62b6322ca615aeeac7b966a267eec (diff) | |
Notes
Diffstat (limited to 'sys/dev/nvd')
| -rw-r--r-- | sys/dev/nvd/nvd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/nvd/nvd.c b/sys/dev/nvd/nvd.c index d228b7b16db9..5a7b502ff225 100644 --- a/sys/dev/nvd/nvd.c +++ b/sys/dev/nvd/nvd.c @@ -82,7 +82,7 @@ struct nvd_disk { struct nvme_namespace *ns; uint32_t cur_depth; -#define NVD_ODEPTH (1 << 31) +#define NVD_ODEPTH (1 << 30) uint32_t ordered_in_flight; u_int unit; |
