Page MenuHomeFreeBSD

D44402.diff
No OneTemporary

D44402.diff

diff --git a/sys/dev/acpica/acpi_hpet.c b/sys/dev/acpica/acpi_hpet.c
--- a/sys/dev/acpica/acpi_hpet.c
+++ b/sys/dev/acpica/acpi_hpet.c
@@ -643,7 +643,7 @@
* The only way to use HPET there is to specify IRQs manually
* and/or use legacy_route. Legacy_route mode works on both.
*/
- if (vm_guest)
+ if (vm_guest != VM_GUEST_NO)
sc->allowed_irqs = 0x00000000;
/* Let user override. */
resource_int_value(device_get_name(dev), device_get_unit(dev),

File Metadata

Mime Type
text/plain
Expires
Thu, Feb 27, 4:29 AM (9 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16862464
Default Alt Text
D44402.diff (462 B)

Event Timeline