]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
smbios: Move smbios driver out from x86 machdep code
authorAllan Jude <allanjude@FreeBSD.org>
Tue, 23 Feb 2021 21:14:18 +0000 (21:14 +0000)
committerAllan Jude <allanjude@FreeBSD.org>
Tue, 23 Feb 2021 21:17:09 +0000 (21:17 +0000)
commitd0673fe160b04f8162f380926d455dfb966f08fb
treeed7c235c2a3a045804d45bf0ab5a8488576f2849
parentcf97d2a1dab8f2cddc4466fe64d37818339c73be
smbios: Move smbios driver out from x86 machdep code

Add it to the x86 GENERIC and MINIMAL kernels

Sponsored by: Ampere Computing LLC
Submitted by: Klara Inc.
Reviewed by: rpokala
Differential Revision: https://reviews.freebsd.org/D28738
12 files changed:
sys/amd64/conf/GENERIC
sys/amd64/conf/MINIMAL
sys/amd64/include/pc/bios.h
sys/conf/files
sys/conf/files.x86
sys/dev/ipmi/ipmi_smbios.c
sys/dev/smbios/smbios.c [moved from sys/x86/bios/smbios.c with 93% similarity]
sys/dev/smbios/smbios.h [new file with mode: 0644]
sys/i386/conf/GENERIC
sys/i386/conf/MINIMAL
sys/i386/include/pc/bios.h
sys/modules/bios/smbios/Makefile