CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/05/24 06:04:07
Modified files:
sys/dev/ic : nvme.c nvmereg.h
Added files:
sys/dev/ic : nvmeio.h
Log message:
Add support for NVMe passthrough commands IDENTIFY, GET_LOG_PG and SELFTEST.
Enables suitably inquisitive software (e.g. smartmontools) to get information on
nvme(4) disks.
Based on work with dlg@ at h2k23, various at p2k24 and subsequent improvements
and tests by jmatthew@.
ok dlg@ for more permissive h2k23 version, jmatthew@