https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208022
--- Comment #4 from Terry Kennedy <[email protected]> --- Taking a quick look through the code, it seems that ixgbe_set_advertise() is called from 2 places in if_ix.c: 1) ixgbe_sysctl_advertise(), which has a check to see if the value changed and omits the call if it hasn't. So this probably isn't the problem. 2) ixgbe_attach() calls ixgbe_set_advertise() with ixgbe_advertise_speed which is 0 on a system where the default hasn't changed. This unconditionally enters ixgbe_set_advertise() which would seem to trigger the error message. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "[email protected]"
