Summary: | [patch] [ixgbe] Late cable insertion broken | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Andrew Boyer <aboyer> | ||||
Component: | kern | Assignee: | Eric Joyner <erj> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | hiren, sbruno | ||||
Priority: | Normal | Keywords: | IntelNetworking | ||||
Version: | Unspecified | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Andrew Boyer
2010-09-03 17:00:07 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-net Over to maintainer(s). Bugzilla is making it hard to tell where this applies to, but it *should* be applied to if_ix.c ... I think. (In reply to aboyer from comment #0) https://reviews.freebsd.org/D3188 Can you take a look at the review I've put up as I had to redo the patch after ixgbe(4) got an overhaul. A commit references this bug: Author: sbruno Date: Thu Jan 7 17:02:34 UTC 2016 New revision: 293334 URL: https://svnweb.freebsd.org/changeset/base/293334 Log: Fixup SFP module insertion on the 82599 when insertion happens after the system is booted and running. Add PHY detection logic to ixgbe_handle_mod() and add locking to ixgbe_handle_msf() as well. PR: 150251 Submitted by: aboyer@averesystems.com MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D3188 Changes: head/sys/dev/ixgbe/if_ix.c |