]> 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)
committerEmmanuel Vadot <manu@FreeBSD.org>
Thu, 20 Aug 2020 12:50:49 +0000 (12:50 +0000)
commit9060f2c3920dde41226cf52b925bc949815c7f01
tree52f6442f91a1842e08c1c505ac3b221b5fb303ac
parent17838b5869369c0140723609526f9d81acb02c07
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.

MFC after: 1 week
Sponsored by: Sponsored-by: The FreeBSD Foundation
stand/libsa/smbios.c