Module Name: src Committed By: thorpej Date: Sun Mar 8 22:26:03 UTC 2020
Modified Files: src/sys/dev/pci: if_txp.c if_txpreg.h Log Message: Give each Tx DMA map 16 DMA segments rather than the previous absurdly large number, and structure the loop in txp_start() similarly to other drivers (e.g. ste_start() in the ste(4) driver). Similar in spirit to OpenBSD's rev 1.126, but implemented a bit differently. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/dev/pci/if_txp.c cvs rdiff -u -r1.8 -r1.9 src/sys/dev/pci/if_txpreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.