aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nvme/nvme_util.c
Commit message (Expand)AuthorAgeFilesLines
* nvme: Always print the opcode hex and sct/sc hex valuesWarner Losh2025-09-031-11/+12
* libcam: Include nvme opcode and status code routines from nvme_util.cJohn Baldwin2025-06-061-4/+0
* nvme: Use routines from nvme_util.c to decode opcodes and status codesJohn Baldwin2025-06-051-7/+17
* nvme: Move opcode and status code tables from base CAM to nvme_util.cJohn Baldwin2025-06-051-0/+231
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* nvme: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use _Static_assertWarner Losh2017-08-251-1/+0
* Sanity check sizesWarner Losh2017-08-251-0/+1
* Add message when nvd disks are attached and detached.Jim Harris2013-07-191-0/+61