Re: acpimadt: ignore OEM-reserved apic structures

2022-11-21 Thread Mark Kettenis
> From: "Theo de Raadt" > Date: Mon, 21 Nov 2022 21:55:21 -0700 > > I agree. Yeah. At some point I had some hope we would learn what those were about. But I haven't seen anything show up in specs or in Linux. ok kettenis@ > Jonathan Matthew wrote: > > > On a Dell R6515, acpimadt(4) prints

Re: acpimadt: ignore OEM-reserved apic structures

2022-11-21 Thread Theo de Raadt
I agree. Jonathan Matthew wrote: > On a Dell R6515, acpimadt(4) prints this 512 times during boot: > > acpimadt0: unknown apic structure type 80 > > Previous generations of machines had a few of these, and they were easy > enough to ignore, but 512 is a bit excessive. > > On further inspecti

acpimadt: ignore OEM-reserved apic structures

2022-11-21 Thread Jonathan Matthew
On a Dell R6515, acpimadt(4) prints this 512 times during boot: acpimadt0: unknown apic structure type 80 Previous generations of machines had a few of these, and they were easy enough to ignore, but 512 is a bit excessive. On further inspection, it seems types 0x80 through 0xFF are reserved fo