DragonFly commits List (threaded) for 2007-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/kern kern_poll.c src/sys/dev/netif/fwe if_fwe.c
sephe 2007/09/09 02:14:38 PDT
DragonFly src repository
Modified files:
sys/kern kern_poll.c
sys/dev/netif/fwe if_fwe.c
Log:
- Make fwe(4) aware of IFF_POLLING setting in its if_init().
- Allow IFF_POLLING flag to be turned on even when the interface is not
up yet, since after above fix, all drivers that support polling(4) will
turn on/off interrupt in their if_init() based on IFF_POLLING.
This fixes the bug reported by many people that enabling "polling" in
rc.conf's ifconfig_ifaceX does not work.
Revision Changes Path
1.32 +6 -6 src/sys/kern/kern_poll.c
1.29 +7 -0 src/sys/dev/netif/fwe/if_fwe.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_poll.c.diff?r1=1.31&r2=1.32&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/fwe/if_fwe.c.diff?r1=1.28&r2=1.29&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]