Re: [PATCH] net: pcnet: fix I/O primitives for memory access

2020-05-04 Thread Tom Rini
On Sun, May 03, 2020 at 07:43:32PM +0200, Daniel Schwierzeck wrote: > 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 imple

[PATCH] net: pcnet: fix I/O primitives for memory access

2020-05-03 Thread Daniel Schwierzeck
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 t