CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2019/09/15 09:52:14
Modified files: sys/dev/ic : dwc_gmac.c dwc_gmac_reg.h Log message: Mask all MMC interrupts. This prevents an interrupt storm when one of the counters reaches the half-way point (i.e. after receiving 2GB of packet data). Fixes the problem discovered and reported by kurt@ ok jsg@