OpenBSD cvs log

created 2023-08-05T22:29:57Z
begin 2023-07-30T01:41:05Z
end 2023-07-30T01:59:23Z
path src/sys
commits 1

date 2023-07-30T01:59:23Z
author dlg
files src/sys/dev/pci/if_vmx.c log diff annotate
message add bus_dmamap_syncs around tx ring handling.

this copies the dmamem wrapper from ixl (which has been copied
around lots of other places too) so it makes the bus_dma ops around
them more consistent with other drivers. before this vmx would use
the bus dma api to allocate physical memory, but then free the
dmamap so it wasnt available for use with bus_dmamap_sync().