Module Name: src Committed By: jdolecek Date: Tue Jul 14 12:15:16 UTC 2020
Modified Files: src/sys/dev/pci: if_bnx.c Log Message: remove call to bnx_alloc_pkts() from bnx_init_tx_chain() - it can be called from softint context via bnx_watchdog(), and bnx_alloc_pkts() dmamap allocation can't run in (soft)interrupt context To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/sys/dev/pci/if_bnx.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.