diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c --- a/sys/dev/acpica/acpi.c +++ b/sys/dev/acpica/acpi.c @@ -2260,6 +2260,15 @@ /* Never disable PCI link devices. */ if (acpi_MatchHid(handle, "PNP0C0F")) break; + + /* + * RTC Device should be enabled for CMOS register space + * unless FADT indicate it is not present. + * (checked in RTC probe routine.) + */ + if (acpi_MatchHid(handle, "PNP0B00")) + break; + /* * Docking stations should remain enabled since the system * may be undocked at boot.