aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nvme/nvme_sim.c
Commit message (Expand)AuthorAgeFilesLines
* Report cpi->hba_* for nda(4) because why not.Alexander Motin2020-08-121-1/+5
* Rename ns notification function...Warner Losh2020-05-011-3/+3
* Move / reword a comment.Warner Losh2020-04-301-7/+5
* Return the nvmeX device associated with the ndaX device.Warner Losh2020-04-301-0/+2
* Fix nda(4) PCIe link status outputChuck Tuffli2019-06-071-6/+10
* Regularize the Netflix copyrightWarner Losh2019-02-041-1/+1
* Remove CAM SIM lock from NVMe SIM.Alexander Motin2018-12-241-11/+1
* Refactor NVMe CAM integration.Alexander Motin2018-05-251-91/+48
* Remove the 'All Rights Reserved' clause from some of the stuff I'veWarner Losh2018-05-091-1/+0
* Move setting of CAM_SIM_QUEUED to before we actually submit it to theWarner Losh2018-01-171-2/+2
* Return domain, bus, slot, and function for the transport settings inWarner Losh2017-12-201-1/+7
* Inline pcie_link_{status,caps} where needed. Remove them as theyWarner Losh2017-11-151-6/+11
* Provide link speed data in XPT_GET_TRAN_SETTINGS. Provide full versionWarner Losh2017-11-141-11/+34
* Use nvme_ctrlr_poll instead of nvme_ctrlr_intx_handler since it isWarner Losh2017-10-151-1/+1
* Tweak performance of nda completionsWarner Losh2017-09-281-3/+5
* Add CAM/NVMe support for CAM_DATA_SGWarner Losh2017-08-291-0/+2
* Set the max transactions for NVMe drives better.Warner Losh2017-08-281-1/+1
* Use the correct queue depth for nda devices.Warner Losh2017-08-081-1/+1
* Make nvd vs nda choice boot-time rather than build-timeWarner Losh2017-08-041-0/+4
* This adds CAM pass(4) support for NVMe IO's. Applications indicateWarner Losh2017-07-141-1/+5
* Remove obsolete comment after prior rev.Warner Losh2017-02-191-4/+0
* Remove dead mentions of CAM target mode APIs from drivers.Alexander Motin2017-02-191-4/+0
* In the same vein as r311350, fix whitespace in handling of XPT_PATH_INQ inRavi Pokala2017-01-051-4/+4
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* Kill a few stray debug printfs.Warner Losh2016-07-281-5/+0
* Actually import nvme_sim so the CAM attachment for NVME (nda) actuallyWarner Losh2016-07-211-0/+400