Subject: CVS commit: [netbsd-2] src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 01/30/2005 13:11:39
Module Name:	src
Committed By:	he
Date:		Sun Jan 30 13:11:39 UTC 2005

Modified Files:
	src/sys/dev/ic [netbsd-2]: i82596.c

Log Message:
Pull up revision 1.4 (requested by thorpej in ticket #943):
  Make iee_ioctl() look more like other drivers, and fix a
  missing splx(s) as a side-effect.  Don't bother handling
  IFF_PROMISC here, because ether_ioctl() already calls
  (*if_init)() to handle flag changes.
  When adding or deleting multicast addresses, only change
  the address filter if the interface is marked RUNNING.
  Fixes PR#27678.


To generate a diff of this commit:
cvs rdiff -r1.1.6.1 -r1.1.6.2 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.