the bitrig master branch has been updated by patrick with 1 new commit: commit f0cf6765214d73e0978848d38b62ecdef375ea48 diff: https://github.com/bitrig/bitrig/commit/f0cf676 author: Patrick Wildt <[email protected]> date: Thu Apr 2 12:56:12 2015 +0200
arm: rework (e)TSEC driver initialization Before this commit, the connections have been very slow and unstable. This rework makes it go up to 10 MBit/s via internet on my connection. Changes: * Re-order configuration similar to the Linux driver. * Initialize hardware on attach instead of on every up/down. * Do not configure stashing, it's not exposed in the device tree. * Re-add multiple TX segments from original driver. * On multiple segments, start transfer only when all segments are configured. * Set max and min frame length. * Add padding on mbuf allocation. * Convert to if_input(). * Add copyright. M sys/arch/armv7/imx/if_tsec.c
