Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jun 2007 17:27:32 +0000 (UTC)
From:      Nate Lawson <njl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/acpica acpi.c
Message-ID:  <200706301727.l5UHRWrl064064@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
njl         2007-06-30 17:27:32 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi.c 
  Log:
  My previous commit introduced a spurious warning for the case where a
  switch (i.e. lid) is set to have an action of NONE.  This is not an
  invalid state, so silently return.  This fixes the warning:
  "acpi: request to enter state S6 failed (err 22)"
  
  Approved by:    re
  
  Revision  Changes    Path
  1.241     +4 -0      src/sys/dev/acpica/acpi.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706301727.l5UHRWrl064064>