Module Name: src Committed By: thorpej Date: Sun Mar 8 19:02:03 UTC 2020
Modified Files: src/sys/dev/pci: if_txp.c if_txpreg.h Log Message: - Use BUS_ADDR_{LO,HI}32(), and rather than forcing the descriptor DMA addresses into a 64-bit value (and thus using 64-bit shifts when unnecessary), just reference the address from the DMA map directly. - Add some missing byte-swaps. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/dev/pci/if_txp.c cvs rdiff -u -r1.6 -r1.7 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.