The branch main has been updated by manu:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=51d07956cf224654347b04f361c2e6eaef4a4aa8

commit 51d07956cf224654347b04f361c2e6eaef4a4aa8
Author:     Emmanuel Vadot <[email protected]>
AuthorDate: 2023-03-28 08:56:18 +0000
Commit:     Emmanuel Vadot <[email protected]>
CommitDate: 2023-03-28 08:57:13 +0000

    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

Reply via email to