aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nvme/nvme_pci.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* nvme(4): detect S3X NVMe controller in 2016-2017 MacBooksVladimir Kondratyev2023-07-311-0/+1
* Add random VMware device IDs.Alexander Motin2022-10-201-0/+1
* nvme: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-1/+1
* nvme: Move to a quirk for the Intel alignment dataWarner Losh2021-12-061-0/+4
* nvme(4): Add MSI and single MSI-X support.Alexander Motin2021-08-311-35/+57
* 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