]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
nvdimm(4): Extract ACPI root bus driver
authorcem <cem@FreeBSD.org>
Fri, 27 Sep 2019 16:32:44 +0000 (16:32 +0000)
committercem <cem@FreeBSD.org>
Fri, 27 Sep 2019 16:32:44 +0000 (16:32 +0000)
commit6c59a42e1872590b804ce93917ca80acae133676
treeb7ed441755cea55fbc734e4e243a0bb174a3499c
parent8af6befc4cf1cb33334ecc45d96cc95ed8614be5
nvdimm(4): Extract ACPI root bus driver

No functional change intended.

The intent is to add a "legacy" e820 pmem newbus bus for nvdimm device in a
subsequent revision, and it's a little more clear if the parent buses get
independent source files.

Quite a lot of ACPI-specific logic is left in nvdimm.c; disentangling that
is a much larger change (and probably not especially useful).

Reviewed by: kib
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D21813
sys/dev/nvdimm/nvdimm.c
sys/dev/nvdimm/nvdimm_acpi.c [new file with mode: 0644]
sys/dev/nvdimm/nvdimm_var.h
sys/modules/nvdimm/Makefile