DragonFly commits List (threaded) for 2009-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
DragonFly-2.3.0.393.ge4616e master sys/dev/netif/jme if_jme.c
commit e4616e94e0d895be10150f3580e7bc8507f1b0c3
Author: Sepherosa Ziehau <sephe@dragonflybsd.org>
Date: Sat Mar 14 10:22:25 2009 +0800
jme(4): Correct SIOCSIFCAP ioctl handling
- Upper layer will always check if_capabilities against ifreq,
so we don't need to check if_capabilities again.
- When IFCAP_RSS changes, the jme_init() should be called only if
the interface is running.
- Don't use compile time condition for the code handling IFCAP_RSS.
Summary of changes:
sys/dev/netif/jme/if_jme.c | 24 ++++++++++--------------
1 files changed, 10 insertions(+), 14 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e4616e94e0d895be10150f3580e7bc8507f1b0c3
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]