summaryrefslogtreecommitdiff
path: root/sys/dev/ic/nvme.c
AgeCommit message (Expand)Author
2014-11-04shuffle when the cid is set on submission queue entries so its afterDavid Gwynne
2014-11-04when reading the completion queue, it helps to write where we've read upDavid Gwynne
2014-09-12dont leak a ccb in identifyDavid Gwynne
2014-09-12fix some format string issuesDavid Gwynne
2014-07-13Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianTheo de Raadt
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-04-16set ourselves up to respect the max data transfer size.David Gwynne
2014-04-16have nvme_poll return the status bigs from the completion ringDavid Gwynne
2014-04-15i wanted to work on this in the tree so i could commit lots of smallDavid Gwynne
2014-04-12start working on a driver for non volatile memory express controllers.David Gwynne