50c07460e3
missing files in files.nvmm, and add NVMM (commented out) in the amd64 GENERIC. Remove the "caveats" section in the man page.
15 lines
319 B
Plaintext
15 lines
319 B
Plaintext
# $NetBSD: files.nvmm,v 1.2 2019/03/28 19:00:40 maxv Exp $
|
|
|
|
defpseudo nvmm
|
|
|
|
file dev/nvmm/nvmm.c nvmm
|
|
|
|
ifdef amd64
|
|
file dev/nvmm/x86/nvmm_x86.c nvmm
|
|
file dev/nvmm/x86/nvmm_x86_svm.c nvmm
|
|
file dev/nvmm/x86/nvmm_x86_svmfunc.S nvmm
|
|
file dev/nvmm/x86/nvmm_x86_vmx.c nvmm
|
|
file dev/nvmm/x86/nvmm_x86_vmxfunc.S nvmm
|
|
endif
|
|
|