Page MenuHomeFreeBSD

riscv: Add memmmap so we can mmap /dev/mem
ClosedPublic

Authored by kp on Oct 1 2020, 8:34 AM.
Tags
None
Referenced Files
F132417266: D26622.id77726.diff
Thu, Oct 16, 6:26 PM
F132417259: D26622.id77716.diff
Thu, Oct 16, 6:26 PM
F132417253: D26622.id.diff
Thu, Oct 16, 6:25 PM
F132372455: D26622.diff
Thu, Oct 16, 8:06 AM
Unknown Object (File)
Sep 3 2025, 12:31 PM
Unknown Object (File)
Sep 1 2025, 3:26 PM
Unknown Object (File)
Aug 14 2025, 12:30 AM
Unknown Object (File)
Aug 11 2025, 2:39 AM
Subscribers

Details

Summary

Sponsored by: Axiado

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kp requested review of this revision.Oct 1 2020, 8:34 AM
kp created this revision.
mhorne added a subscriber: mhorne.
mhorne added inline comments.
sys/riscv/riscv/mem.c
129 ↗(On Diff #77716)

I don't think we need the ARGSUSED, seems like an outdated pattern. You might capitalize the preceding sentence as well.

This revision is now accepted and ready to land.Oct 1 2020, 1:36 PM
This revision was automatically updated to reflect the committed changes.