Something went wrong on our end
-
Mike Frysinger authored
The current dm9000x driver accesses its memory mapped registers directly instead of using the standard I/O accessors. This can cause problems on Blackfin systems as the accesses can get out of order. So convert the direct volatile dereferences to use the normal in/out macros. Signed-off-by:
Mike Frysinger <vapier@gentoo.org> Tested-by:
Hoan Hoang <hnhoan@i-syst.com> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
Mike Frysinger authoredThe current dm9000x driver accesses its memory mapped registers directly instead of using the standard I/O accessors. This can cause problems on Blackfin systems as the accesses can get out of order. So convert the direct volatile dereferences to use the normal in/out macros. Signed-off-by:
Mike Frysinger <vapier@gentoo.org> Tested-by:
Hoan Hoang <hnhoan@i-syst.com> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>