summaryrefslogtreecommitdiff
path: root/sys/dev/nvme/nvme_ctrlr_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r267342:Jim Harris2014-06-181-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