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 30 2024, 2:31 AM
Unknown Object (File)
Sep 22 2024, 9:38 PM
Unknown Object (File)
Sep 22 2024, 9:38 PM
Unknown Object (File)
Sep 22 2024, 9:38 PM
Unknown Object (File)
Sep 22 2024, 9:29 PM
Unknown Object (File)
Sep 21 2024, 3:40 PM
Unknown Object (File)
Sep 19 2024, 9:52 PM
Unknown Object (File)
Sep 18 2024, 7:07 PM
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.