]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a tunable for the nvd symlink creation.
authorimp <imp@FreeBSD.org>
Sat, 6 Jun 2020 06:21:15 +0000 (06:21 +0000)
committerimp <imp@FreeBSD.org>
Sat, 6 Jun 2020 06:21:15 +0000 (06:21 +0000)
commit508f1351bf3a4f5e5f74919fe65c9cd888e4e897
tree08ff28ecf12ea2d5c49d6f0126f17e92e12c4143
parent8d23ab1df2709edf26cdeb728af34c2ea14fb80a
Add a tunable for the nvd symlink creation.

Some automation tries to detect if nvd or nda is in used, and the presence of
both confuses it. Provide a knob to turn off nvd alias creation
(kern.cam.nda.nvd_compat=0) for these situations. The default is the same:
create the nvd compat link.
sys/cam/nvme/nvme_da.c