mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 18:59:37 +00:00
Set the hint for physical address of RSDP in hexadecimal as before r223262.
This commit is contained in:
parent
bb6a76ed22
commit
ce7707b487
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254733
@ -61,7 +61,7 @@ biosacpi_detect(void)
|
||||
return;
|
||||
|
||||
/* export values from the RSDP */
|
||||
sprintf(buf, "%u", VTOP(rsdp));
|
||||
sprintf(buf, "0x%08x", VTOP(rsdp));
|
||||
setenv("hint.acpi.0.rsdp", buf, 1);
|
||||
revision = rsdp->Revision;
|
||||
if (revision == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user