sys/dev/hwpmc/hwpmc_piv.c:812]: (warning) Logical disjunction always evaluates to true: cfgflags >= 0 || cfgflags <= 3 KASSERT(cfgflags >= 0 || cfgflags <= 3, Maybe KASSERT(cfgflags >= 0 && cfgflags <= 3,
Same thing at line 838 KASSERT(cfgflags >= 0 || cfgflags <= 3,
David, Your analysis looks correct to me.
File was removed in base r334456