Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 04/04/2004 00:43:25
Module Name:	src
Committed By:	jonathan
Date:		Sun Apr  4 00:43:25 UTC 2004

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

Log Message:
Fix mistaken arguments to bge_set_thresh(); the prior revision would
pass the bge_softc * to a function expecting the struct ifnet*,
triggering a panic every time the Rx-mitigation value is changed via sysctl.
(Testing via kernel debugger before Andrew's recent sysctl(9) changes
was done with the exact same mistaken argument.)


To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 src/sys/dev/pci/if_bge.c

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