Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/30/2004 23:52:22
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.