Skip to content
Snippets Groups Projects
Commit f3ac866c authored by Paul Burton's avatar Paul Burton Committed by Daniel Schwierzeck
Browse files

pcnet: add cache flushing & invalidation


Ensure that the view of memory from the CPU & the ethernet controller is
coherent at the various points where they exchange data. This prevents
stale data from being transmitted or received, and prevents the driver
from getting stuck waiting for the ethernet controller to update
descriptors when in reality it has but the old values are being read
from cache.

Signed-off-by: default avatarPaul Burton <paul.burton@imgtec.com>
parent a9540041
No related branches found
No related tags found
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