commit | a45dde2293c816138e53c26eca6fd0322583f9a6 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Wed Apr 14 16:29:06 2010 -0400 |
committer | Ben Warren <biggerbadderben@gmail.com> | Mon May 03 14:52:48 2010 -0700 |
tree | e119a9bdaaf30869c85a5e14770750703fab1716 | |
parent | 5525856d59910c72687ab6201f39cdf1c04cfc15 [diff] |
net: dm9000x: use standard I/O accessors 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> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>