aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/nvram/bhnd_nvram_private.h
Commit message (Expand)AuthorAgeFilesLines
* Add missing NULL checks when calling malloc(M_NOWAIT) inLandon J. Fuller2018-03-221-0/+6
* dev/bhnd: Make use of mallocarray(9).Pedro F. Giffuni2018-01-111-1/+1
* bhnd(4): NVRAM serialization support.Landon J. Fuller2016-12-191-3/+4
* bhnd(4): NVRAM device path support.Landon J. Fuller2016-12-191-8/+54
* bhnd(4): support direct conversion of bhnd_nvram_valLandon J. Fuller2016-12-191-4/+12
* bhnd(4): Implement a new bhnd_nvram_plist and bhnd_nvram_prop API forLandon J. Fuller2016-12-191-0/+2
* bhnd(4): minor style(9) fixesLandon J. Fuller2016-12-191-1/+1
* bhnd(4): Unify NVRAM/SPROM parsing, implement compact SPROM layout encoding.Landon J. Fuller2016-11-261-0/+402