Page MenuHomeFreeBSD

bhnd(4): Add support for bool, NULL, and data (octet-string) NVRAM value types.
ClosedPublic

Authored by landonf on Dec 12 2016, 12:55 AM.
Tags
None
Referenced Files
F170659995: D8758.id23109.diff
Sat, Sep 5, 9:04 PM
F170561032: D8758.id.diff
Sat, Sep 5, 10:17 AM
F170520189: D8758.diff
Sat, Sep 5, 5:25 AM
F170494048: D8758.id.diff
Sat, Sep 5, 2:23 AM
Unknown Object (File)
Fri, Sep 4, 11:29 PM
Unknown Object (File)
Fri, Sep 4, 1:32 AM
Unknown Object (File)
Thu, Sep 3, 12:24 PM
Unknown Object (File)
Thu, Sep 3, 6:10 AM
Subscribers
None

Details

Summary

This adds support for three new NVRAM value types; booleans,
NULL (which we'll use to denote deleted values in bhnd_nvram_store),
and opaque data (aka octet-strings).

Diff Detail

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

Event Timeline

landonf retitled this revision from to bhnd(4): Add support for bool, NULL, and data (octet-string) NVRAM value types..
landonf updated this object.
landonf edited the test plan for this revision. (Show Details)
landonf added a reviewer: adrian.
adrian edited edge metadata.
This revision is now accepted and ready to land.Dec 12 2016, 8:19 PM
This revision was automatically updated to reflect the committed changes.