Restore part of old behaviour of bge_tick() -- if link is up, then don't
commita4bc56c63babddd9d281b7626508b2adf4cff5cd
authorsephe <sephe>
Thu, 3 May 2007 14:09:22 +0000 (3 14:09 +0000)
committersephe <sephe>
Thu, 3 May 2007 14:09:22 +0000 (3 14:09 +0000)
tree99be629123043992f70ed4e78a1160abbbc84092
parent632c6fe522ec55e0a55a5e34a010124fcef78e24
Restore part of old behaviour of bge_tick() -- if link is up, then don't
call mii_tick().  Mii_tick() will read and write various PHY registers.
For bge(4), PHY accessing registers normally involves flipping AUTOPOLL
bit of BGE_MI_MODE, which trigers interrupts about link state changing.

# This changing restores netperf UDP_RR
sys/dev/netif/bge/if_bge.c