Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 May 2007 05:26:21 +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:  <200705250526.l4P5QLMQ063212@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
njl         2007-05-25 05:26:21 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi.c 
  Log:
  Add a sysctl, 'debug.acpi.suspend_bounce', that causes the system to bounce
  back in a simulated resume instead of entering the requested suspend state.
  This helps in testing drivers separately from the acpi suspend code.  To
  test your drivers, set debug.acpi.suspend_bounce=1 and then run
  acpiconf -s3 (or 4).
  
  MFC after:      1 day
  
  Revision  Changes    Path
  1.238     +8 -0      src/sys/dev/acpica/acpi.c



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