NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/57737 CVS commit: src/sys/arch/x86/x86



The following reply was made to PR kern/57737; it has been noted by GNATS.

From: "Manuel Bouyer" <bouyer%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57737 CVS commit: src/sys/arch/x86/x86
Date: Mon, 30 Sep 2024 17:00:10 +0000

 Module Name:	src
 Committed By:	bouyer
 Date:		Mon Sep 30 17:00:10 UTC 2024
 
 Modified Files:
 	src/sys/arch/x86/x86: mpacpi.c
 
 Log Message:
 Remove check (x2apic->LocalApicId <= 0xff) in mpacpi_config_cpu(),
 the ACPI spec mentions this for compatibility with "legacy OSes" but
 doens't explicitely forbid it (AFAIK). This makes a recent Dell
 poweredge R750 boot to the installer.
 See
 https://mail-index.netbsd.org/port-amd64/2023/12/30/msg003666.html
 and
 https://mail-index.netbsd.org/port-amd64/2024/09/28/msg003695.html
 
 It should help for PR kern/57737
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.110 -r1.111 src/sys/arch/x86/x86/mpacpi.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index