[natsemi] Convert stray mmio readl() to pio inl()
commite51ef7912cd17994081c51d558f902247b1e004a
authorStefan Hajnoczi <stefanha@gmail.com>
Mon, 25 Jan 2010 08:28:37 +0000 (25 08:28 +0000)
committerMarty Connor <mdc@etherboot.org>
Mon, 25 Jan 2010 21:58:18 +0000 (25 16:58 -0500)
treebd6c96ec15fc608f2b1498d334a33675e61d18ce
parent112a3f2de281a2afb23ced2082d555720de7c9b0
[natsemi] Convert stray mmio readl() to pio inl()

This driver uses programmed I/O to access hardware registers.  There is
a stray memory-mapped I/O read on a programmed I/O address.  Perhaps
this is an artifact of porting the driver.  Fix this by converting it to
programmed I/O.

Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Marty Connor <mdc@etherboot.org>
src/drivers/net/natsemi.c