• Ron Mercer's avatar
    qlge: Fix timeout on indexed register wait. · d2ba4986
    Ron Mercer authored
    There are 8 banks of 'sub-registers' each of which are accessed
    through address/data register pair.  An example would be reading
    flash or the xgmac.  Accessing these require the driver to wait for
    a ready bit before writing the address and then accessing the data.
    This patch increases the timeout to 100us to prevent timeouts
    that have been seen on some platforms.
    These register are accessed in process context only.
    Signed-off-by: default avatarRon Mercer <ron.mercer@qlogic.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    d2ba4986
qlge.h 42.7 KB