Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 01/20/2008 11:28:12
Module Name:	src
Committed By:	jmmv
Date:		Sun Jan 20 11:28:12 UTC 2008

Modified Files:
	src/sys/dev/pci: if_pcn.c

Log Message:
Now that the driver goes through the mii_ifmedia_change indirection
instead of directly calling the pcn_79c970_mediachange function, we
must initialize sc->sc_mii.mii_ifp so that this last function is
passed a valid parameter.

Fixes a panic in pcn_79c970_mediachange that arose immediately when
trying to use this interface due to a NULL pointer dereference.
Hi dyoung@!


To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 src/sys/dev/pci/if_pcn.c

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