Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2017 19:45:28 +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-49jaigln1k@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 #19 from Sean Bruno <sbruno@FreeBSD.org> ---
(In reply to Franco Fichtner from comment #18)
Is it possible that you are looking at a different source tree than I?

stable/11 currently has the following:

static void
em_enable_intr(struct adapter *adapter)
{
        struct e1000_hw *hw =3D &adapter->hw;
        u32 ims_mask =3D IMS_ENABLE_MASK;

        if (hw->mac.type =3D=3D e1000_82574) {
                E1000_WRITE_REG(hw, EM_EIAC, EM_MSIX_MASK);
                ims_mask |=3D adapter->ims;
        }
        E1000_WRITE_REG(hw, E1000_IMS, ims_mask);
}

--=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-49jaigln1k>