sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
smbios: Move smbios driver out from x86 machdep codeAdd it to the x86 GENERIC and MINIMAL kernelsSponsored by: Ampere Computing LLCSubmitted by: Klara Inc.Reviewed by: rpokalaDifferential Revi
smbios: Move smbios driver out from x86 machdep codeAdd it to the x86 GENERIC and MINIMAL kernelsSponsored by: Ampere Computing LLCSubmitted by: Klara Inc.Reviewed by: rpokalaDifferential Revision: https://reviews.freebsd.org/D28738
show more ...
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Introduce the new kernel sub-tree x86 which should contain all the codeshared and generalized between our current amd64, i386 and pc98.This is just an initial step that should lead to a more compl
Introduce the new kernel sub-tree x86 which should contain all the codeshared and generalized between our current amd64, i386 and pc98.This is just an initial step that should lead to a more complete effort.For the moment, a very simple porting of cpufreq modules, BIOS calls andthe whole MD specific ISA bus part is added to the sub-tree but ideallya lot of code might be added and more shared support should grow.Sponsored by: Sandvine IncorporatedReviewed by: emaste, kib, jhb, impDiscussed on: archMFC: 3 weeks
Add module infrastructure for 'vpd' and 'smbios' and move 'smbios'to new home.