History log of /freebsd/sys/dev/intel/pchtherm.c (Results 1 – 8 of 8)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 45835894 19-Dec-2023 Dmitry Luhtionov <dmitryluhtionov@gmail.com>

pchtherm(4): Add PCI ID for Wellsburg Thermal Subsystem

MFC after: 2 weeks


# fdafd315 24-Nov-2023 Warner Losh <imp@FreeBSD.org>

sys: Automated cleanup of cdefs and other formatting

Apply the following automated changes to try to eliminate
no-longer-needed sys/cdefs.h includes as well as now-empty
blank lines in a row.

Remov

sys: Automated cleanup of cdefs and other formatting

Apply the following automated changes to try to eliminate
no-longer-needed sys/cdefs.h includes as well as now-empty
blank lines in a row.

Remove /^#if.*\n#endif.*\n#include\s+<sys/cdefs.h>.*\n/
Remove /\n+#include\s+<sys/cdefs.h>.*\n+#if.*\n#endif.*\n+/
Remove /\n+#if.*\n#endif.*\n+/
Remove /^#if.*\n#endif.*\n/
Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/types.h>/
Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/param.h>/
Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/capsicum.h>/

Sponsored by: Netflix

show more ...


Revision tags: release/14.0.0
# 685dc743 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0
# 289b5607 09-May-2022 John Baldwin <jhb@FreeBSD.org>

pchtherm/intelspi: Remove unused devclass arguments to DRIVER_MODULE.


Revision tags: release/12.3.0
# 6678e75e 14-Apr-2021 Vladimir Kondratyev <wulf@FreeBSD.org>

pchtherm: Add IDs for CannonLake-H, CometLake and Lewisburg controllers

Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com>
MFC after: 2 weeks


Revision tags: release/13.0.0
# 5084dde5 05-Mar-2021 Michal Vanco <michal.vanco@gmail.com>

pchtherm: fix a wrong bit and a wrong register use

Probably just copy-paste errors that slipped in.

PR: 253915
Reported by: Michal Vanco <michal.vanco@gmail.com>
MFC after: 1 week


Revision tags: release/12.2.0
# e26b9046 01-Sep-2020 Takanori Watanabe <takawata@FreeBSD.org>

Add Cannon Point PCH Thermal Controller Device ID.

PR: 249047
Reported by: Dries Michiels <driesm.michiels at gmail.com>


Revision tags: release/11.4.0
# c3079787 31-Mar-2020 Takanori Watanabe <takawata@FreeBSD.org>

Add Platform Controller Hub built-in thermal management device driver.

Differential Revision: https://reviews.freebsd.org/D24077