The branch main has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=a78e7c22c5d7463577e87a31024df079f7282d01
commit a78e7c22c5d7463577e87a31024df079f7282d01 Author: Olivier Certner <[email protected]> AuthorDate: 2026-01-29 22:26:19 +0000 Commit: Olivier Certner <[email protected]> CommitDate: 2026-02-11 20:43:22 +0000 hwpstate_amd(4): Update copyright Sponsored by: The FreeBSD Foundation --- sys/x86/cpufreq/hwpstate_amd.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys/x86/cpufreq/hwpstate_amd.c b/sys/x86/cpufreq/hwpstate_amd.c index 058d20449d48..255e47e21256 100644 --- a/sys/x86/cpufreq/hwpstate_amd.c +++ b/sys/x86/cpufreq/hwpstate_amd.c @@ -9,6 +9,11 @@ * Copyright (c) 2009 Norikatsu Shigemura * Copyright (c) 2008-2009 Gen Otsuji * Copyright (c) 2025 ShengYi Hung + * Copyright (c) 2026 The FreeBSD Foundation + * + * Portions of this software were developed by Olivier Certner + * <[email protected]> at Kumacom SARL under sponsorship from the FreeBSD + * Foundation. * * This code is depending on kern_cpu.c, est.c, powernow.c, p4tcc.c, smist.c * in various parts. The authors of these files are Nate Lawson,
