CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/19 14:32:59
Modified files:
sys/dev/ic : qwz.c
Log message:
Pre-allocate the bus dma maps for the rxbufs to avoid calling
bus_dmamap_create(9) from interrupt context.
ok mglocker@
