the bitrig patrick_tsec branch has been created by patrick.

it is 0 commits behind master, and 1 commit ahead.

commit f54205d4831b5bf957d176b959b5fa0903932f71
diff: https://github.com/bitrig/bitrig/commit/f54205d
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

Reply via email to