logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

smbios — System Management BIOS

Authors

       The smbios device driver was written by Matthew N. Dodd <winter@jurai.net>.  This manual page was written
       by
       Gordon Bergling <gbergling@gmail.com>.

Debian                                           April 22, 2020                                        SMBIOS(4)

Description

       The System Management BIOS (SMBIOS) describes hardware components.

History

       The smbios device driver first appeared in FreeBSD 4.8.

Name

       smbios — System Management BIOS

See Also

efi(8)

       SystemManagementBIOS(SMBIOS)ReferenceSpecification, DMTF DSP0134.

Synopsis

       To compile this driver into the kernel, place the following lines in your kernel configuration file:

             devicesmbios

       Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):

             smbios_load="YES"

See Also