Module Name: src Committed By: tnn Date: Thu Jul 25 08:35:36 UTC 2019
Modified Files: src/sys/dev/pci: if_wm.c Log Message: wm: change one bus_dmamap_load_mbuf() to bus_dmamap_load() equivalent This makes wm work on aarch64, where the bus_dma implementation requires the mbuf data pointer be immutable between bus_dmamap_load_mbuf and bus_dmamap_sync. Fix suggested by thorpej@ To generate a diff of this commit: cvs rdiff -u -r1.642 -r1.643 src/sys/dev/pci/if_wm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.