Page MenuHomeFreeBSD

Add efidev(4)/efirt(9)
ClosedPublic

Authored by kevans on Aug 12 2018, 5:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 2, 10:31 PM
Unknown Object (File)
Thu, May 2, 12:46 AM
Unknown Object (File)
Thu, May 2, 12:39 AM
Unknown Object (File)
Thu, May 2, 12:00 AM
Unknown Object (File)
Wed, May 1, 10:58 PM
Unknown Object (File)
Wed, May 1, 9:27 PM
Unknown Object (File)
Mon, Apr 29, 9:53 AM
Unknown Object (File)
Sun, Apr 28, 10:01 AM
Subscribers

Details

Reviewers
kib
imp
ian
Group Reviewers
manpages
Commits
rS337957: Add efidev(4)/efirt(9)
Summary

Document efidev(4), provider of userland access to EFI Runtime Services. A link is created to efirtc(4), which handles the time-of-day clock side.

efirt(9) is the kernel side of this.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 18826

Event Timeline

You probably should mention that efirt is only available on amd64 and arm64.

share/man/man4/efidev.4
142

Perhaps this should go into efirt(9) instead.

share/man/man4/efidev.4
142

Ahh, good point. I'll split these up tonight, mention the availability, and resubmit.

Split efirt(9) out, leaving efidev(4)/efirtc(4) intact and adding a mention of efirt(9) there.

efirt(9)'s content has been restructured to fit section 9 a little better, but otherwise remains mostly the same as it was worded in efidev(4).

kib added inline comments.
share/man/man9/efirt.9
78

function returns 0 if ...

This revision is now accepted and ready to land.Aug 13 2018, 3:26 PM
bjk added inline comments.
share/man/man9/efirt.9
243

typo: variable

kevans retitled this revision from efidev(4): Initial stab at a man page to Add efidev(4)/efirt(9).
kevans edited the summary of this revision. (Show Details)

Fix mis-phrasing and typos pointed out by @kib and @bjk, rewrite title and summary.

This revision now requires review to proceed.Aug 15 2018, 8:02 PM
This revision is now accepted and ready to land.Aug 15 2018, 8:10 PM
This revision was automatically updated to reflect the committed changes.