]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Separate the pci attachment from the rest of nvme
authorimp <imp@FreeBSD.org>
Wed, 21 Aug 2019 22:17:55 +0000 (22:17 +0000)
committerimp <imp@FreeBSD.org>
Wed, 21 Aug 2019 22:17:55 +0000 (22:17 +0000)
commite165153cdb5a67fb8acff1d84c9db546abcf7c8c
treeed75bffa6db92cfb69ec99b253ca9209042ff598
parent9a9edcb5b02dffaab19a947394b1769b817ed91c
Separate the pci attachment from the rest of nvme

Nvme drives can be attached in a number of different ways. Separate out the PCI
attachment so that we can have other attachment types, like ahci and various
types of NVMeoF.

Submitted by: cognet@
sys/conf/files
sys/dev/nvme/nvme.c
sys/dev/nvme/nvme_ctrlr.c
sys/dev/nvme/nvme_pci.c [new file with mode: 0644]
sys/dev/nvme/nvme_private.h
sys/modules/nvme/Makefile