net: pcnet: Switch to PCI memory access
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sat, 18 Apr 2020 03:11:05 +0000 (05:11 +0200)
committermarex <marex@desktop.lan>
Fri, 1 May 2020 10:35:21 +0000 (12:35 +0200)
commit69529c912059ed4585f648cc6cde1a2fbd5b722b
treef1d14fee6f699d29f84e2856a02780fa85f30801
parent3c0bcb97d6d7ed7f9b4c46eb2a6dd0e910214faf
net: pcnet: Switch to PCI memory access

Replace the PCI IO access with PCI memory access, the card
supports both, but the former does not work with QEMU SH4.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/pcnet.c