cvs commit: src/sys/dev/netif/sk if_sk.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Nov 9 11:23:28 PST 2003
dillon 2003/11/09 11:22:51 PST
DragonFly src repository
Modified files:
sys/dev/netif/sk if_sk.c
Log:
3c940 bug fix update. This patch simplifies IFF_PROMISC checking from
sk_ioctl() and prevents the inteface from getting re-initialized when you
change other flags, e.g., arp. It also fixes a interface up/down while in
promiscuous mode bug.
Written by: Jung-uk Kim <jkim at xxxxxxxxxx>
Relayed by: Wilko Bulte <wkb at xxxxxxxxxxxxxxxxx>
Revision Changes Path
1.7 +43 -41 src/sys/dev/netif/sk/if_sk.c
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/sk/if_sk.c.diff?r1=1.6&r2=1.7&f=h
More information about the Commits
mailing list