The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=a11983366ea72165809837a667d58e2ad440c496
commit a11983366ea72165809837a667d58e2ad440c496 Author: N.J. Mann <[email protected]> AuthorDate: 2021-11-22 17:04:05 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2021-11-22 17:12:37 +0000 pchtherm: Let the driver be compiled into the kernel PR: 259776 MFC after: 1 week --- sys/conf/files.x86 | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/conf/files.x86 b/sys/conf/files.x86 index 5018a52673e3..739ce6886384 100644 --- a/sys/conf/files.x86 +++ b/sys/conf/files.x86 @@ -143,6 +143,7 @@ dev/hyperv/vmbus/vmbus_xact.c optional hyperv dev/ichwd/ichwd.c optional ichwd dev/imcsmb/imcsmb.c optional imcsmb dev/imcsmb/imcsmb_pci.c optional imcsmb pci +dev/intel/pchtherm.c optional pchtherm dev/intel/spi.c optional intelspi dev/io/iodev.c optional io dev/iommu/busdma_iommu.c optional acpi iommu pci
