DragonFly-2.3.0.318.g98a2d master sys/dev/netif/em if_em.c

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Fri Feb 27 06:00:11 PST 2009


commit 98a2d51459a04af99a32e54d83e9758aace90e91
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Fri Feb 27 19:26:37 2009 +0800

    em(4): Don't turn on/off TX descs' IDE bit in sysctl.
    
    We don't use TIDV/TADV to implement TX interrupt moderation, i.e.
    TX desc's IDE bit should always be off.  When we set TX desc's RS
    bit, we do want TX interrupt to come immediately after the TX
    desc's DD bit is set by hardware.

Summary of changes:
 sys/dev/netif/em/if_em.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/98a2d51459a04af99a32e54d83e9758aace90e91


-- 
DragonFly BSD source repository





More information about the Commits mailing list