git: bge: Switch from device_polling to ifpoll

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Sat Nov 3 07:42:44 PDT 2012


commit 7e1b252663b9bd325f076f75b972f1c0f35914ce
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Sat Nov 3 22:36:01 2012 +0800

    bge: Switch from device_polling to ifpoll
    
    Also fix a bug in the polling code when status tag is used:
    status tag always needs to be written even if interrupt is not enabled.

Summary of changes:
 sys/dev/netif/bge/Makefile    |    6 +-
 sys/dev/netif/bge/if_bge.c    |  109 ++++++++++++++++++++++++++---------------
 sys/dev/netif/bge/if_bgevar.h |    1 +
 3 files changed, 73 insertions(+), 43 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7e1b252663b9bd325f076f75b972f1c0f35914ce


-- 
DragonFly BSD source repository


More information about the Commits mailing list