summaryrefslogtreecommitdiffstats
path: root/sys/dev/nvd
Commit message (Expand)AuthorAgeFilesLines
* Add driver-assisted striping for upcoming Intel NVMe controllers that canjimharris2013-10-081-11/+0
* Add message when nvd disks are attached and detached.jimharris2013-07-191-8/+29
* Do not call disk_create() until we have completed all initialization of ourjimharris2013-07-191-2/+2
* Define constants for the lengths of the serial number, model numberjimharris2013-07-171-2/+6
* Update copyright dates.jimharris2013-07-091-1/+1
* Add unmapped bio support to nvme(4) and nvd(4).jimharris2013-04-011-0/+5
* Change a number of malloc(9) calls to use M_WAITOK instead ofjimharris2013-03-261-2/+2
* Add the ability to internally mark a controller as failed, if it is unable tojimharris2013-03-261-1/+21
* Have nvd(4) register for controller notifications.jimharris2013-03-261-17/+54
* Create struct nvme_status.jimharris2013-03-261-2/+2
* Add an interface for nvme shim drivers (i.e. nvd) to register forjimharris2013-03-261-4/+6
* Add ability to queue nvme_request objects if no nvme_trackers are available.jimharris2012-10-181-19/+3
* Add return codes to all functions used for submitting commands to I/Ojimharris2012-10-181-1/+13
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* This is the first of several commits which will add NVM Express (NVMe)jimharris2012-09-171-0/+318
OpenPOWER on IntegriCloud