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
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
Unknown Object (File)
Aug 6 2025, 8:18 AM
Unknown Object (File)
Aug 4 2025, 9:04 PM
Unknown Object (File)
Jul 29 2025, 8:23 AM
Unknown Object (File)
Jul 29 2025, 5:14 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.