On Wed, May 18, 2016 at 01:44:15PM -0400, James Hastings wrote:
> On 5/18/16, Sebastien Marie <sema...@openbsd.org> wrote:
> > On Wed, May 18, 2016 at 04:15:59AM -0400, James Hastings wrote:
> >> Zero messages now.
> >

could you test the following diff (on -current, without previous diff) ?

you should see the warning only one time, and no more next.

thanks.
-- 
Sebastien Marie


Index: dev/acpi/acpitz.c
===================================================================
RCS file: /cvs/src/sys/dev/acpi/acpitz.c,v
retrieving revision 1.50
diff -u -p -r1.50 acpitz.c
--- dev/acpi/acpitz.c   26 Apr 2016 09:42:57 -0000      1.50
+++ dev/acpi/acpitz.c   18 May 2016 19:50:06 -0000
@@ -287,6 +287,12 @@ acpitz_setfan(struct acpitz_softc *sc, i
                            name, x);
                        aml_freevalue(&res1);
                        x++;
+
+                       /*
+                        * This fan lakes the right method for operate:
+                        * disabling active cooling trip points.
+                        */
+                       sc->sc_ac[i] = -1;
                        continue;
                }
                if (res1.type != AML_OBJTYPE_PACKAGE) {

Reply via email to