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)
Sat, Nov 8, 11:50 PM
Unknown Object (File)
Fri, Nov 7, 1:46 AM
Unknown Object (File)
Mon, Nov 3, 3:43 PM
Unknown Object (File)
Mon, Nov 3, 9:18 AM
Unknown Object (File)
Wed, Oct 29, 12:38 PM
Unknown Object (File)
Fri, Oct 24, 2:14 AM
Unknown Object (File)
Thu, Oct 16, 6:26 PM
Unknown Object (File)
Thu, Oct 16, 6:26 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.