CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/09/04 03:12:55
Modified files:
sys/dev/pv : if_vio.c
Log message:
vio: put enqueue and dmasync into a function
Before we enqueue with VIO_DMAMEM_ENQUEUE(), we always sync with
VIO_DMAMEM_SYNC(). In order to reduce verbosity, create a function that
does both.
ok bluhm@
