Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 01/22/2004 02:29:46
Module Name: src
Committed By: jonathan
Date: Thu Jan 22 02:29:46 UTC 2004
Modified Files:
src/sys/dev/pci: if_bge.c if_bgereg.h
Log Message:
Add hooks to dynamically change the bge Rx interrupt thresholds. I
found empiricaly that (at least on bcm5700s) the Rx coalesce and bd
counts cannot be updated on-the-fly; attempting to do so (even at
splhigh()) causes weird behaviour.
Instead, add a softc flag to record that the desired softc values for
Rx-interrupt thresholds have changed; check that boolean in the interrupt
routine. If set, apply the new values there and clear the flag.
To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 src/sys/dev/pci/if_bge.c
cvs rdiff -r1.16 -r1.17 src/sys/dev/pci/if_bgereg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.