]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libsa: smbios: Parse the chassis type and export it as smbios.chassis.type
authorEmmanuel Vadot <manu@FreeBSD.org>
Thu, 20 Aug 2020 12:50:49 +0000 (12:50 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 8 Oct 2021 05:24:27 +0000 (00:24 -0500)
commit53fdb802567df401b333fa0aa898908ccabaca93
treed9b3513e028f574e1f0a550ca02bb971b17d757f
parent87512200a5b23eee78e453e6318f1aef8b5e332e
libsa: smbios: Parse the chassis type and export it as smbios.chassis.type

It can be useful to know what type of machine we are running on for desktop
related thing.
It also allow us to support all the DMI variable that linux driver can fetch.

(cherry picked from commit 9060f2c3920dde41226cf52b925bc949815c7f01)
stand/libsa/smbios.c