CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/02/27 20:58:16
Modified files:
sys/dev/pci : if_jme.c
Log message:
- Always try to reclaim transmitted frames instead of returning
from jme_start() if IFF_OACTIVE is set before that happens; as
the original driver did before it was ported to DragonFly
- Return from jme_start() if there is no link or an empty queue.
prevents watchdog timeouts when there is no link present. from brad
