[Bug 211219] NIC status does not pass into a state of "no carrier" after disconnecting the cable.
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Apr 26 07:05:38 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211219
--- Comment #20 from Franco Fichtner <franco at opnsense.org> ---
It's easy, look here:
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=180048&action=diff
The second line before:
ims_mask |= adapter->ims;
The second line after:
ims_mask |= EM_MSIX_MASK;
The regression in 10.3 and 11.0:
ims_mask |= adapter->ims;
The correct code in 10.2 and the Intel driver:
ims_mask |= EM_MSIX_MASK;
Cheers,
Franco
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-net
mailing list