aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nvd
Commit message (Expand)AuthorAgeFilesLines
* Add unmapped bio support to nvme(4) and nvd(4).Jim Harris2013-04-011-0/+5
* Change a number of malloc(9) calls to use M_WAITOK instead ofJim Harris2013-03-261-2/+2
* Add the ability to internally mark a controller as failed, if it is unable toJim Harris2013-03-261-1/+21
* Have nvd(4) register for controller notifications.Jim Harris2013-03-261-17/+54
* Create struct nvme_status.Jim Harris2013-03-261-2/+2
* Add an interface for nvme shim drivers (i.e. nvd) to register forJim Harris2013-03-261-4/+6
* Add ability to queue nvme_request objects if no nvme_trackers are available.Jim Harris2012-10-181-19/+3
* Add return codes to all functions used for submitting commands to I/OJim Harris2012-10-181-1/+13
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* This is the first of several commits which will add NVM Express (NVMe)Jim Harris2012-09-171-0/+318