aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nvme/nvme_ctrlr_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* Add Host Memory Buffer support to nvme(4).Alexander Motin2020-01-071-5/+10
* Make nvme(4) driver some more NUMA aware.Alexander Motin2019-09-231-3/+2
* Make NVMe compatible with the original APIChuck Tuffli2018-08-221-10/+10
* Refactor NVMe CAM integration.Alexander Motin2018-05-251-1/+1
* NVMe: Add big-endian supportWojciech Macek2018-02-221-29/+29
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* NVME Namespace ID is 32-bits, so widen interface to reflect that.Warner Losh2017-08-251-1/+1
* Use bitwise OR instead of logical OR when constructing value forJim Harris2014-06-101-1/+1
* Update copyright dates.Jim Harris2013-07-091-1/+1
* Add "type" to nvme_request, signifying if its payload is a VADDR, UIO, orJim Harris2013-03-291-10/+10
* Clean up debug prints.Jim Harris2013-03-261-8/+9
* Add structure definitions and controller command function for firmwareJim Harris2013-03-261-0/+10
* Add structure definitions and a controller command function forJim Harris2013-03-261-0/+19
* Create a generic nvme_ctrlr_cmd_get_log_page function, and change theJim Harris2013-03-261-6/+17
* Enable asynchronous event requests on non-Chatham devices.Jim Harris2013-03-261-23/+2
* Specify command timeout interval on a per-command type basis.Jim Harris2013-03-261-0/+6
* Add support for ABORT commands, including issuing these commands whenJim Harris2013-03-261-0/+16
* Add nvme_ctrlr_submit_[admin|io]_request functions which consolidatesJim Harris2012-10-181-66/+10
* Add struct nvme_request object which contains all of the parameters passedJim Harris2012-10-181-27/+54
* Merge struct nvme_prp_list into struct nvme_tracker.Jim Harris2012-10-181-7/+7
* This is the first of several commits which will add NVM Express (NVMe)Jim Harris2012-09-171-0/+312