- Make fwe(4) aware of IFF_POLLING setting in its if_init().
commit6d4d6d48db54de0ee2355de7e72f65f470ef5b84
authorsephe <sephe>
Sun, 9 Sep 2007 09:14:38 +0000 (9 09:14 +0000)
committersephe <sephe>
Sun, 9 Sep 2007 09:14:38 +0000 (9 09:14 +0000)
tree8789c7606d13610e1ddb369af6cb06f8d69e1fad
parentc857936858871aa72090cb3b0fb5968acd93db61
- 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.
sys/dev/netif/fwe/if_fwe.c
sys/kern/kern_poll.c