CVS: cvs.openbsd.org: src
Mark Kettenis <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/29 14:15:29 Modified files: sys/dev/acpi : acpidmar.c Log message: Use pre-allocated extent region descriptors to prevent bus_dmamap_load(9) failures on a dmamap that was created with the BUS_DMA_ALLOCNOW flag. ok chris@, hshoexer@