CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/20 06:37:25
Modified files:
sys/dev/ic : nvme.c nvmereg.h
Log message:
Don't create an sd(4) larger than what the namespace will allow.
A namespace must satisfy
size (nsze) >= capacity (ncap) >= utilization (nuse)
Use ncap for the sd(4) size when THINP is set and ncap < nsze.
Tweak some variable names in passing to make code clearer.
ok dlg@
