git: a11983366ea7 - main - pchtherm: Let the driver be compiled into the kernel
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Nov 2021 17:13:15 UTC
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=a11983366ea72165809837a667d58e2ad440c496 commit a11983366ea72165809837a667d58e2ad440c496 Author: N.J. Mann <njm@njm.me.uk> AuthorDate: 2021-11-22 17:04:05 +0000 Commit: Mark Johnston <markj@FreeBSD.org> 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