Subject: CVS commit: [netbsd-2-0] src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 04/05/2004 20:47:05
Module Name:	src
Committed By:	tron
Date:		Mon Apr  5 20:47:05 UTC 2004

Modified Files:
	src/sys/dev/pci [netbsd-2-0]: if_bge.c

Log Message:
Pull up revision 1.67 (requested by jonathan in ticket #59):
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.66.2.1 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.