Making copies directly on physical addresses eliminates the need to
remap the images into KVA, and should be equally fast on DMAP arches.
XXX HAS THE HACKS
Differential D51466
md(4): add support for unmapped preloaded images -- imp hacks Authored by imp on Jul 23 2025, 12:13 AM. Tags None Referenced Files
Subscribers
Details
Making copies directly on physical addresses eliminates the need to XXX HAS THE HACKS
Diff Detail
Event TimelineComment Actions This is just https://reviews.freebsd.org/D51128, lightly hacked to make it compile with what I think we might need. It seems to work, but my test jig didn't let me access the md0 disks since it just is a test booting jig. Things showed up in the dmesg correctly (and if I booted the right kernel, didn't panic anything). Comment Actions And to be clear, kib wrote this all, I just adopted the last chunk in a way I think might be right???? Comment Actions OK. I had to tweak things after git arc patch... Do you want to commit this then? Or would you rather I do it? |