From 170d6bb02ef06bc878cbf3450432ea508e6a0510 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sun, 12 Oct 2025 15:50:10 -0400 Subject: kern/amd64: reboot: Add I8042_REBOOT option Adds I8042_REBOOT config option for the AMD64 port as a workaround against certain hardware that doesn't support the i8042 reset Signed-off-by: Ian Moffett --- src/sys/arch/amd64/conf/GENERIC | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/sys/arch/amd64/conf/GENERIC') diff --git a/src/sys/arch/amd64/conf/GENERIC b/src/sys/arch/amd64/conf/GENERIC index cc5fe35..93919d8 100644 --- a/src/sys/arch/amd64/conf/GENERIC +++ b/src/sys/arch/amd64/conf/GENERIC @@ -1 +1,4 @@ -// GENERIC AMD64 +// Controls if an i8042 reboot would be attempted +// as a method. Some firmware (e.g., on some laptops) +// may not handle these well and hang. +option I8042_REBOOT yes -- cgit v1.2.3