• Adam Wujek's avatar
    wr_nic: unify not runing the timer on SPEC · 2f43884c
    Adam Wujek authored
    Removed if statement for SPEC is never reached due to return
    in if(WR_IS_NODE) block.
    
    Remove commit from spec-sw repo:
    75780989
    kernel/wr_nic/endpoint.c: don't run the timer
    
    In the switch we used to have a timer to check for link status, but
    in the SPEC card the internal lm32 does that, and access to the phy
    is not atomic. Assume the link is always on until we'll get notification
    from lm32 to the host.
    Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
    2f43884c
Name
Last commit
Last update
..
hw Loading commit data...
wbgen-regs Loading commit data...
wr_nic Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
loader-ll.c Loading commit data...
loader-ll.h Loading commit data...
spec-fmc.c Loading commit data...
spec-gpio-no.c Loading commit data...
spec-gpio.c Loading commit data...
spec-i2c.c Loading commit data...
spec-nic.h Loading commit data...
spec-pci.c Loading commit data...
spec-vic.c Loading commit data...
spec.h Loading commit data...
wr-dio.h Loading commit data...
wr-nic-core.c Loading commit data...
wr-nic-dio.c Loading commit data...
wr-nic-eth.c Loading commit data...
wr-nic-gpio.c Loading commit data...