Date: Wed, 26 Apr 2017 07:05:36 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 211219] NIC status does not pass into a state of "no carrier" after disconnecting the cable. Message-ID: <bug-211219-2472-2RZdVrRgSJ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-211219-2472@https.bugs.freebsd.org/bugzilla/> References: <bug-211219-2472@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211219 --- Comment #20 from Franco Fichtner <franco@opnsense.org> --- It's easy, look here: https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D180048&action=3Ddiff The second line before: ims_mask |=3D adapter->ims; The second line after: ims_mask |=3D EM_MSIX_MASK; The regression in 10.3 and 11.0: ims_mask |=3D adapter->ims; The correct code in 10.2 and the Intel driver: ims_mask |=3D EM_MSIX_MASK; Cheers, Franco --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211219-2472-2RZdVrRgSJ>