summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/uts/i86pc/os/fakebop.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/usr/src/uts/i86pc/os/fakebop.c b/usr/src/uts/i86pc/os/fakebop.c
index a62e45d89d..ff5e4ea7a4 100644
--- a/usr/src/uts/i86pc/os/fakebop.c
+++ b/usr/src/uts/i86pc/os/fakebop.c
@@ -620,6 +620,7 @@ boot_prop_finish(void)
char *consoledev;
uint64_t lvalue;
int use_xencons = 0;
+ extern int bootrd_debug;
#ifdef __xpv
if (!DOMAIN_IS_INITDOMAIN(xen_info))
@@ -737,6 +738,12 @@ done:
early_allocation = 0;
/*
+ * Check for bootrd_debug.
+ */
+ if (find_boot_prop("bootrd_debug"))
+ bootrd_debug = 1;
+
+ /*
* check to see if we have to override the default value of the console
*/
if (!use_xencons) {
@@ -2594,7 +2601,7 @@ process_msct(ACPI_TABLE_MSCT *tp)
item = (void *)(item->Length + (uintptr_t)item)) {
/*
* Sanity check according to section 5.2.19.1 of ACPI 4.0.
- * Revision 1
+ * Revision 1
* Length 22
*/
if (item->Revision != 1 || item->Length != 22) {