Subject: CVS commit: src/sys/arch
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 06/04/2003 21:30:06
Module Name:	src
Committed By:	bjh21
Date:		Wed Jun  4 21:30:06 UTC 2003

Modified Files:
	src/sys/arch/mac68k/dev: if_mc.c
	src/sys/arch/macppc/dev: am79c950.c

Log Message:
In mcstop(), don't clear IFF_UP.  Other drivers don't mess with IFF_UP
internally, other than to set it when they gain their first address.
Every caller of mcstop() bar one was either preserving the state of IFF_UP
itself or was conditional on its already being clear, so the only effect of
this is to simplify the code and to change that one case, thereby curing
PR port-macppc/12088 (underflows on "mc" cause it to be taken down).


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/arch/mac68k/dev/if_mc.c
cvs rdiff -r1.13 -r1.14 src/sys/arch/macppc/dev/am79c950.c

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