Module Name:    src
Committed By:   riastradh
Date:           Sun Apr 21 14:11:12 UTC 2024

Modified Files:
        src/sys/arch/amd64/conf: GENERIC
        src/sys/arch/i386/conf: GENERIC

Log Message:
apei(4), acpihed(4): Enable in x86 GENERIC.

Let's just see how this works out in practice.  Might need to reduce
the overhead of each GHES on machines with thousands of them, but
we'll see.

PR kern/58046


To generate a diff of this commit:
cvs rdiff -u -r1.610 -r1.611 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1254 -r1.1255 src/sys/arch/i386/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.610 src/sys/arch/amd64/conf/GENERIC:1.611
--- src/sys/arch/amd64/conf/GENERIC:1.610	Tue Apr  2 22:56:50 2024
+++ src/sys/arch/amd64/conf/GENERIC	Sun Apr 21 14:11:12 2024
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.610 2024/04/02 22:56:50 charlotte Exp $
+# $NetBSD: GENERIC,v 1.611 2024/04/21 14:11:12 riastradh Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.610 $"
+#ident		"GENERIC-$Revision: 1.611 $"
 
 maxusers	64		# estimated number of users
 
@@ -333,6 +333,7 @@ acpidalb*	at acpi?		# ACPI Direct Applic
 acpiec* 	at acpi?		# ACPI Embedded Controller (late)
 acpiecdt*	at acpi?		# ACPI Embedded Controller (early)
 acpifan*	at acpi?		# ACPI Fan
+acpihed*	at acpi?		# ACPI Hardware Error Device
 acpilid*	at acpi?		# ACPI Lid Switch
 #acpipmtr*	at acpi?		# ACPI Power Meter (experimental)
 #acpismbus*	at acpi?		# ACPI SMBus CMI (experimental)
@@ -341,6 +342,7 @@ acpivga*	at acpi?		# ACPI Display Adapte
 acpiout*	at acpivga?		# ACPI Display Output Device
 acpiwdrt*	at acpi?		# ACPI Watchdog Resource Table
 acpiwmi*	at acpi?		# ACPI WMI Mapper
+apei*		at apeibus?		# ACPI Platform Error Interfaces
 
 # Mainboard devices
 aibs*		at acpi?		# ASUSTeK AI Booster hardware monitor

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1254 src/sys/arch/i386/conf/GENERIC:1.1255
--- src/sys/arch/i386/conf/GENERIC:1.1254	Tue Apr  2 22:56:50 2024
+++ src/sys/arch/i386/conf/GENERIC	Sun Apr 21 14:11:12 2024
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1254 2024/04/02 22:56:50 charlotte Exp $
+# $NetBSD: GENERIC,v 1.1255 2024/04/21 14:11:12 riastradh Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.1254 $"
+#ident		"GENERIC-$Revision: 1.1255 $"
 
 maxusers	64		# estimated number of users
 
@@ -317,6 +317,7 @@ acpidalb*	at acpi?		# ACPI Direct Applic
 acpiec* 	at acpi?		# ACPI Embedded Controller (late)
 acpiecdt*	at acpi?		# ACPI Embedded Controller (early)
 acpifan*	at acpi?		# ACPI Fan
+acpihed*	at acpi?		# ACPI Hardware Error Device
 acpilid*	at acpi?		# ACPI Lid Switch
 #acpipmtr*	at acpi?		# ACPI Power Meter (experimental)
 #acpismbus*	at acpi?		# ACPI SMBus CMI (experimental)
@@ -325,6 +326,7 @@ acpivga*	at acpi?		# ACPI Display Adapte
 acpiout*	at acpivga?		# ACPI Display Output Device
 acpiwdrt*	at acpi?		# ACPI Watchdog Resource Table
 acpiwmi*	at acpi?		# ACPI WMI Mapper
+apei*		at apeibus?		# ACPI Platform Error Interfaces
 
 # Mainboard devices
 aibs*		at acpi?		# ASUSTeK AI Booster hardware monitor

Reply via email to