If you make tags in a kernel build tree, most of the routines in dev/em/if_em.c are not available as tags. This is due to mis-matched braces that occur due to ifdef's. Fix: The appended context diff (which is against FreeBSD-current) makes braces match across ifdef's. ============================================================================== How-To-Repeat: cd /sys/dev/em ctags if_em.c vi -t em_add_int_delay_sysctl (the tag -- the last routine in the module -- isn't found)
Responsible Changed From-To: gnats-admin->freebsd-bugs Rescue this from the 'pending' category.
Responsible Changed From-To: freebsd-bugs->tackerman Tony takes care of the Intel drivers.
State Changed From-To: open->feedback Did this ever get incorporated?
Responsible Changed From-To: tackerman->linimon Reset PR assigned to inactive committer. Hat: gnats-admin
State Changed From-To: feedback->closed Not an issue anymore.