commit 550f54fb7c030e3f0cd1f7ae29c3c63851cb74e2 Author: Aaron LI <a...@aaronly.me> Date: Tue May 25 14:39:10 2021 +0800
nvmm: Port to DragonFly #0: initial nvmm_compat.h Add nvmm_compat.h to hold the major compatibility code for the porting. Currently there are mostly CPUID2_* and CPUID_SEF_* defines. Credit to JaromÃr DoleÄek for his initial porting of NVMM to DragonFly. See: https://github.com/Moritz-Systems/DragonFlyBSD/commit/b96e5836fd25b448bb54775ac0107917adc2937d Summary of changes: sys/dev/virtual/nvmm/nvmm_compat.h | 145 +++++++++++++++++++++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 sys/dev/virtual/nvmm/nvmm_compat.h http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/550f54fb7c030e3f0cd1f7ae29c3c63851cb74e2 -- DragonFly BSD source repository