== guest uname == DragonFly dfbsd 6.5-DEVELOPMENT DragonFly 6.5-DEVELOPMENT #0: Thu Jul 2 06:02:54 UTC 2026 root@dfbsd:/usr/obj/usr/src/sys/X86_64_GENERIC x86_64 == shipped modules (netmap-related) == NONE. /boot/kernel/ contains no netmap.ko, vale.ko, or any netmap-related module. == kernel config == X86_64_GENERIC does NOT include options NETMAP or any netmap devices. Netmap is opt-in only; the Makefile (sys/net/netmap/Makefile) builds it as a standalone KMOD but the module is not pre-built/shipped. == build attempt == cd /usr/src/sys/net/netmap && make => FAILS at netmap_kern.h:747 with 'struct ifnet has no member named if_unused7' The netmap source is stale relative to struct ifnet (sys/net/if_var.h currently has only if_unused2 at :370 and if_unused4 at :412). == Hardening status (audit guest) == INVARIANTS ON (X86_64_GENERIC default) SMAP/SMEP OFF (CPU features 0x1783fbfd lack leaf-7 SMAP/SMEP bits) KASLR OFF (vm.randomize_mmap=0)