Skip to content
Snippets Groups Projects
Commit 95f9dda2 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Eliminate hard-coded address of Ethernet transfer buffer on at91rm9200

Patch by Anders Larsen, 07 Oct 2005

The Atmel errata #11 states that the transfer buffer descriptor
table must be aligned on a 16-word boundary. As it turned out, this
is insufficient - it seems the table must be aligned on a boundary
at least as large as the table itself (in Linux this is not an
issue - the table is aligned on a PAGE_SIZE (4096) boundary).
parent 47340a46
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment