aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nvd/nvd.c
Commit message (Expand)AuthorAgeFilesLines
* nvd, nvme: report stripesize through GEOM disk layerJim Harris2015-10-301-0/+1
* nvd: set d_delmaxsize to full capacity of NVMe namespaceJim Harris2015-07-211-0/+1
* Add driver-assisted striping for upcoming Intel NVMe controllers that canJim Harris2013-10-081-11/+0
* Add message when nvd disks are attached and detached.Jim Harris2013-07-191-8/+29
* Do not call disk_create() until we have completed all initialization of ourJim Harris2013-07-191-2/+2
* Define constants for the lengths of the serial number, model numberJim Harris2013-07-171-2/+6
* Update copyright dates.Jim Harris2013-07-091-1/+1
* 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