https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263820

--- Comment #5 from commit-h...@freebsd.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=9465af5ee2de0374b143802ea32823c45f3d73be

commit 9465af5ee2de0374b143802ea32823c45f3d73be
Author:     Jiahao LI <jiah...@blackberry.com>
AuthorDate: 2022-09-08 15:50:37 +0000
Commit:     Mitchell Horne <mho...@freebsd.org>
CommitDate: 2022-09-16 17:34:48 +0000

    if_dwc: fix reinitialization with changed MAC

    It was observed that on RockPro64 hardware, the dwc interface is unable
    to receive packets after being assigned a new MAC address. The fix is
    simply to call mii_mediachg() before touching any device registers in
    dwc_init_locked(). This is consistent with what the OpenBSD driver does.

    PR:             263820
    MFC after:      1 week

    (cherry picked from commit 6501fcdc0a97faa3c59f6ece314bf7754303db6f)

 sys/dev/dwc/if_dwc.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to