https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291273

--- Comment #1 from Ed Maste <[email protected]> ---
We can find the symbols needed by virtio_p9fs.ko with something like

% nm obj/virtio_p9fs.ko | sed -n 's/^.* U U//p' | sort > undef.syms
% nm /boot/kernel/kernel | sed -n 's/^.* T //p' | sort > kernel.syms
% comm -23 undef.syms kernel.syms

The p9 symbols this reveals are:

p9_debug_level
p9_destroy_zones
p9_init_zones
p9_register_trans

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to