DragonFly commits List (threaded) for 2012-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: bge: Don't prevent bge_init if IFF_RUNNING is set
commit 8ecafb73b88da18c8ec13f65e754749399978308
Author: Sepherosa Ziehau <sephe@dragonflybsd.org>
Date: Fri Jun 29 18:56:20 2012 +0800
bge: Don't prevent bge_init if IFF_RUNNING is set
This probably was old code which intended to guard against if_init()
triggered by SIOCSIFADDR in ether_ioctl(). It no longer makes sense.
Also don't call bge_init() if MTU is changed but device is not running
yet (FreeBSD 213587).
Summary of changes:
sys/dev/netif/bge/if_bge.c | 13 ++++---------
1 files changed, 4 insertions(+), 9 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8ecafb73b88da18c8ec13f65e754749399978308
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]