CVSROOT: /cvs Module name: src Changes by: cana...@cvs.openbsd.org 2016/03/01 18:31:41
Modified files: sys/arch/armv7/omap: if_cpsw.c if_cpswreg.h Log message: Detect and only enable the port that is actually used. The unused port, if enabled, fills up and triggers flow control, blocking transmit and causing device timeouts. Also enable interrupt pacing to limit interrupts at 2K/s. Reported and fix tested by Anthony Eden. ok dlg@