Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108616267
D36404.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
415 B
Referenced Files
None
Subscribers
None
D36404.diff
View Options
diff --git a/sys/arm64/acpica/acpi_machdep.c b/sys/arm64/acpica/acpi_machdep.c
--- a/sys/arm64/acpica/acpi_machdep.c
+++ b/sys/arm64/acpica/acpi_machdep.c
@@ -194,6 +194,9 @@
break;
}
acpi_unmap_table(xsdt);
+ } else {
+ printf("ACPI: Unsupported RSDP version %d and XSDT %#llx\n",
+ rsdp->Revision, rsdp->XsdtPhysicalAddress);
}
pmap_unmapbios((vm_offset_t)rsdp, sizeof(ACPI_TABLE_RSDP));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 27, 10:03 PM (8 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16215963
Default Alt Text
D36404.diff (415 B)
Attached To
Mode
D36404: acpi: arm64 doesn't support ACPI 1.0 RSDP, report when we see one
Attached
Detach File
Event Timeline
Log In to Comment