Module Name: src Committed By: thorpej Date: Sun Mar 1 02:28:14 UTC 2020
Modified Files: src/sys/dev/pci: if_age.c if_alc.c if_ale.c Log Message: It doesn't make any sense to pass ETHER_ALIGN as the alignment constraint to bus_dmamem_alloc(). Use PAGE_SIZE instead. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/dev/pci/if_age.c cvs rdiff -u -r1.49 -r1.50 src/sys/dev/pci/if_alc.c cvs rdiff -u -r1.39 -r1.40 src/sys/dev/pci/if_ale.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.