CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/01/19 17:47:21
Modified files:
sys/dev/acpi : acpi.c
Log message:
Instead of checking sc->sc_revision <= 1 check that the
fadt->hdr_revision <= 1. This is a better check since it checks
the version of the proper descriptor. This allows the alix APU
to reboot since those boards have currently a wrong sc->sc_revision.
Committing this now so that it can be tested easier.
With and OK jsg@ also fine by derradt@
