git: 141f0db23eff - stable/13 - pchtherm: Let the driver be compiled into the kernel
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Nov 2021 14:20:59 UTC
The branch stable/13 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=141f0db23eff6fe49aa4ee8cc9c84aabc3f3eaa6 commit 141f0db23eff6fe49aa4ee8cc9c84aabc3f3eaa6 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-29 14:04:16 +0000 pchtherm: Let the driver be compiled into the kernel PR: 259776 (cherry picked from commit a11983366ea72165809837a667d58e2ad440c496) --- sys/conf/files.x86 | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/conf/files.x86 b/sys/conf/files.x86 index 4ff888e8910c..69e1f7fd6802 100644 --- a/sys/conf/files.x86 +++ b/sys/conf/files.x86 @@ -162,6 +162,7 @@ dev/if_ndis/if_ndis_pci.c optional ndis cardbus | ndis pci dev/if_ndis/if_ndis_usb.c optional ndis usb 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