Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: David Brownlee <abs@netbsd.org>
List: source-changes
Date: 06/22/1999 21:17:12
Module Name:	syssrc
Committed By:	abs
Date:		Wed Jun 23 04:17:12 UTC 1999

Modified Files:
	syssrc/sys/arch/next68k/dev: mb8795.c
	syssrc/sys/dev/ic: dp8390.c i82586.c mb86960.c

Log Message:
In xxx_mediachange(), if there is no callback to the front-end, just
return 0 instead of EINVAL.  In this case, there will only be one media
type, and the upper-level if_media code will ensure that the user is
setting to that type.
This matches changes Jason made a while back to sys/dev/ic/lance.c


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 syssrc/sys/arch/next68k/dev/mb8795.c
cvs rdiff -r1.24 -r1.25 syssrc/sys/dev/ic/dp8390.c
cvs rdiff -r1.22 -r1.23 syssrc/sys/dev/ic/i82586.c
cvs rdiff -r1.33 -r1.34 syssrc/sys/dev/ic/mb86960.c

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