aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nvme/nvme_ahci.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-1/+0
* nvme: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-1/+1
* nvme_ahci: Mark AHCI devices as such in the controllerWarner Losh2021-12-061-1/+8
* nvme(4): Add MSI and single MSI-X support.Alexander Motin2021-08-311-5/+4
* Make nvme(4) driver some more NUMA aware.Alexander Motin2019-09-231-1/+0
* 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
* Create a AHCI attachment for nvme.Warner Losh2019-08-211-0/+127