Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 2023 08:57:19 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 51d07956cf22 - main - linuxkpi: Add alderlake defines in intel-family
Message-ID:  <202303280857.32S8vJUX085202@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

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

commit 51d07956cf224654347b04f361c2e6eaef4a4aa8
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-03-28 08:56:18 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303280857.32S8vJUX085202>