summaryrefslogtreecommitdiffstats
path: root/sys/dev/nvme/nvme.c
Commit message (Expand)AuthorAgeFilesLines
* Move the busdma mapping functions to nvme_qpair.c.jimharris2013-04-121-37/+0
* Do not panic when a busdma mapping operation fails.jimharris2013-04-121-1/+7
* Replace usages of mtx_pool_find used for admin commands with a pollingjimharris2013-03-261-0/+15
* Add the ability to internally mark a controller as failed, if it is unable tojimharris2013-03-261-1/+17
* Remove the is_started flag from struct nvme_controller.jimharris2013-03-261-1/+3
* Cap the number of retry attempts to a configurable number. This ensuresjimharris2013-03-261-1/+2
* Pass associated log page data to async event consumers, if requested.jimharris2013-03-261-2/+5
* Create struct nvme_status.jimharris2013-03-261-2/+2
* Add controller reset capability to nvme(4) and ability to explicitlyjimharris2013-03-261-3/+3
* Add an interface for nvme shim drivers (i.e. nvd) to register forjimharris2013-03-261-14/+49
* Move controller destruction code from nvme_detach() to new nvme_ctrlr_destruct()jimharris2013-03-261-46/+1
* Fix GCC build:obrien2013-03-071-5/+3
* Map BAR 4/5, because NVMe spec says devices may place the MSI-X tablejimharris2012-12-181-0/+5
* Simplify module definition by adding nvme_modevent to DRIVER_MODULE()jimharris2012-12-181-9/+2
* Do not use taskqueue to defer completion work when using INTx. INTx nowjimharris2012-12-181-5/+0
* Add PCI device ID for 8-channel IDT NVMe controller, and clarify that thejimharris2012-12-061-1/+2
* Cleanup uio-related code to use struct nvme_request andjimharris2012-10-181-6/+2
* Add nvme_ctrlr_submit_[admin|io]_request functions which consolidatesjimharris2012-10-181-27/+0
* Add struct nvme_request object which contains all of the parameters passedjimharris2012-10-181-9/+26
* Merge struct nvme_prp_list into struct nvme_tracker.jimharris2012-10-181-19/+3
* Add return codes to all functions used for submitting commands to I/Ojimharris2012-10-181-0/+3
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* In nvme(4), set device description for BUS_PROBE_GENERIC case.jimharris2012-09-191-10/+11
* Report nvme(4) as a generic driver for NVMe devices if PCI class, subclassjimharris2012-09-191-5/+18
* This is the first of several commits which will add NVM Express (NVMe)jimharris2012-09-171-0/+408
OpenPOWER on IntegriCloud