freebsd-dev/sys/dev/dwc
Jiahao LI 6501fcdc0a 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
2022-09-09 12:31:26 -03:00
..
if_dwc_if.m Improve Rockchip's integration of if_dwc 2020-08-10 19:37:06 +00:00
if_dwc.c if_dwc: fix reinitialization with changed MAC 2022-09-09 12:31:26 -03:00
if_dwc.h if_dwc: enable RX checksum offload feature 2022-06-23 15:15:10 -03:00
if_dwcvar.h [if_dwc] add support for multi-descriptor packets in TX path 2020-12-23 12:29:29 -08:00