aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nvme/nvme_pci.c
Commit message (Expand)AuthorAgeFilesLines
* nvme: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Fix various Coverity-detected errors in nvme driverDavid Bright2020-05-021-4/+2
* Make nvme(4) driver some more NUMA aware.Alexander Motin2019-09-231-52/+31
* Implement nvme suspend / resume for pci attachmentWarner Losh2019-09-031-0/+22
* It turns out the duplication is only mostly harmless.Warner Losh2019-08-231-2/+0
* We need to define version 1 of nvme, not nvme_foo. Otherwise nvd won'tWarner Losh2019-08-221-1/+2
* Move releasing of resources to laterWarner Losh2019-08-221-1/+3
* Separate the pci attachment from the rest of nvmeWarner Losh2019-08-211-0/+333