Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/ic
Module Name: src
Committed By: thorpej
Date: Sat Oct 30 23:52:22 UTC 2004
Modified Files:
src/sys/dev/ic: i82596.c
Log Message:
iee_ioctl(): Make this look like other drivers, fixing a missing "splx(s)"
as a side-effect. Don't bother handling IFF_PROMISC here, because
ether_ioctl() already calls (*if_init)() to handle flags changes.
When adding/deleting multicast addresses, only whack the address
filter if the interface is marked RUNNING.
Fixes kern/27678.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/dev/ic/i82596.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index