commit | 4bb077918abc95aecf857201f793f2e0cf5299e2 | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sun May 03 19:43:32 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon May 04 08:57:50 2020 -0400 |
tree | 47e5ad275b59e6d71afed646332e1f2f8925201e | |
parent | 0b5f7e1ceba32c62b1ac72d0a46da5c1f7f18893 [diff] |
net: pcnet: fix I/O primitives for memory access Commit 69529c912059 ("net: pcnet: Switch to PCI memory access") switched from PCI IO access to PCI memory access without updating the I/O primitives. Contrary to SH, the primitives for memory access and IO access are implemented differently. Thus doing memory access with IO port primitives breaks the driver on MIPS Malta board. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>