aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nvme/nvme_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates.Jim Harris2013-07-091-1/+1
* Remove the is_started flag from struct nvme_controller.Jim Harris2013-03-261-27/+25
* Add a tunable for the I/O timeout interval. Default is still 30 seconds,Jim Harris2013-03-261-0/+24
* Preallocate a limited number of nvme_tracker objects per qpair, ratherJim Harris2012-10-181-3/+3
* Merge struct nvme_prp_list into struct nvme_tracker.Jim Harris2012-10-181-3/+0
* Count number of times each queue pair's interrupt handler is invoked.Jim Harris2012-10-101-0/+91
* This is the first of several commits which will add NVM Express (NVMe)Jim Harris2012-09-171-0/+187