Module Name: src Committed By: thorpej Date: Sat Feb 29 18:49:53 UTC 2020
Modified Files: src/sys/dev/pci: if_ti.c if_tireg.h Log Message: - Change the definition and usage of TI_HOSTADDR() to allow for 64-bit DMA addresses. Modeled after similar usage in the bge(4) driver (the chips supported by bge(4) are descendants of those supported by ti(4)). - Use the 64-bit PCI DMA tag if available, otherwise we're allocating (and using) bounce buffers needlessly. To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/sys/dev/pci/if_ti.c cvs rdiff -u -r1.23 -r1.24 src/sys/dev/pci/if_tireg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.