Author: jkim
Date: Fri Aug 23 18:52:36 2013
New Revision: 254733
URL: http://svnweb.freebsd.org/changeset/base/254733
Log:
Set the hint for physical address of RSDP in hexadecimal as before r223262.
Modified:
head/sys/boot/i386/libi386/biosacpi.c
Modified: head/sys/boot/i386/libi386/biosacpi.c
==============================================================================
--- head/sys/boot/i386/libi386/biosacpi.c Fri Aug 23 18:50:47 2013
(r254732)
+++ head/sys/boot/i386/libi386/biosacpi.c Fri Aug 23 18:52:36 2013
(r254733)
@@ -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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"