CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/18 15:04:29
Modified files:
sys/arch/amd64/amd64: bus_dma.c
Log message:
Use define to test bounce buffer in amd64 bus dma.
To debug bounce buffers easily on non-SEV hardware, introduce a
define FORCE_BOUNCE_BUFFER that activates them. Default is off,
no functional change.
OK miod@
