Module Name: src Committed By: jym Date: Fri Jul 15 11:29:31 UTC 2011
Modified Files: src/sys/dev/pci: if_bnx.c if_bnxvar.h Log Message: Use a workqueue(9) to defer allocation of TX packets. Loosely inspired from the OpenBSD bnx(4) driver. Tested by Roger Pau Monné, roger.pau at entel.upc.edu. Fixes kern/45051. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/dev/pci/if_bnx.c cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/if_bnxvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.