Module Name: src Committed By: skrll Date: Sun Mar 3 10:09:42 UTC 2024
Modified Files:
src/sys/dev/ic: dwc_gmac.c
Log Message:
Reorder the bus_dmamap_sync sync operations
BUS_DMASYNC_PREWRITE | BUS_DMASYNC_PREREAD to
BUS_DMASYNC_PREREAD | BUS_DMASYNC_PREWRITE
for consistency.
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sys/dev/ic/dwc_gmac.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
