Page MenuHomeFreeBSD

D34392.id103284.diff
No OneTemporary

D34392.id103284.diff

Index: sys/dev/vt/hw/vga/vt_vga.c
===================================================================
--- sys/dev/vt/hw/vga/vt_vga.c
+++ sys/dev/vt/hw/vga/vt_vga.c
@@ -1260,7 +1260,11 @@
uint16_t flags;
int ignore;
- ignore = 0;
+ /*
+ * Ignore the flag on real hardware: there's a lot of buggy firmware
+ * that will wrongly set it.
+ */
+ ignore = vm_guest == VM_GUEST_NO;
TUNABLE_INT_FETCH("hw.vga.acpi_ignore_no_vga", &ignore);
if (ignore || !acpi_get_fadt_bootflags(&flags))
return (false);

File Metadata

Mime Type
text/plain
Expires
Wed, Mar 11, 8:21 PM (9 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29549772
Default Alt Text
D34392.id103284.diff (513 B)

Event Timeline