From 51d07956cf224654347b04f361c2e6eaef4a4aa8 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Tue, 28 Mar 2023 10:56:18 +0200 Subject: [PATCH] linuxkpi: Add alderlake defines in intel-family Needed by drm-kmod. Sponsored by: Beckhoff Automation GmbH & Co. KG --- sys/compat/linuxkpi/common/include/asm/intel-family.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/compat/linuxkpi/common/include/asm/intel-family.h b/sys/compat/linuxkpi/common/include/asm/intel-family.h index 1dae979b3c5e..91ad1d1a8ff3 100644 --- a/sys/compat/linuxkpi/common/include/asm/intel-family.h +++ b/sys/compat/linuxkpi/common/include/asm/intel-family.h @@ -1,3 +1,6 @@ /* Public domain. */ +#define INTEL_FAM6_ALDERLAKE 0x97 +#define INTEL_FAM6_ALDERLAKE_L 0x9A + #define INTEL_FAM6_ROCKETLAKE 0xA7