Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Kimmo Suominen <kim@netbsd.org>
List: source-changes
Date: 02/06/2005 03:15:14
Module Name:	src
Committed By:	kim
Date:		Sun Feb  6 03:15:14 UTC 2005

Modified Files:
	src/sys/dev/ic: elinkxl.c elinkxlvar.h tulip.c tulipvar.h
	src/sys/dev/pci: if_sip.c

Log Message:
If the interface is up and running, only modify the receive filter
when setting promiscuous or debug mode.  This avoids resetting the
chip unnecessarily.

Fixes PR kern/29126.


To generate a diff of this commit:
cvs rdiff -r1.76 -r1.77 src/sys/dev/ic/elinkxl.c
cvs rdiff -r1.15 -r1.16 src/sys/dev/ic/elinkxlvar.h
cvs rdiff -r1.132 -r1.133 src/sys/dev/ic/tulip.c
cvs rdiff -r1.52 -r1.53 src/sys/dev/ic/tulipvar.h
cvs rdiff -r1.97 -r1.98 src/sys/dev/pci/if_sip.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.