CVS commit: src/sys/arch/virt68k/virt68k
"Jason R Thorpe" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: thorpej Date: Tue Mar 31 13:45:00 UTC 2026 Modified Files: src/sys/arch/virt68k/virt68k: bus_dma.c Log Message: Fill in bus_dmamap_sync() for 68030. Since 68030 caches are write-through, this is pretty trivial: just invalidate the on-chip + any external D cache in the PREREAD case. (See comment in code for why PREREAD is preferred over POSTREAD.) PR kern/60144 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/virt68k/virt68k/bus_dma.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.