Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Mar 2010 19:02:02 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/acpica acpi.c
Message-ID:  <201003091902.o29J2MDT007589@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2010-03-09 19:02:02 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi.c 
  Log:
  SVN rev 204916 on 2010-03-09 19:02:02Z by jkim
  
  - Allow users to enable dumping Debug objects without ACPI debugger.
  Setting the new sysctl MIB "debug.acpi.enable_debug_objects" to a non-zero
  value enables us to print Debug object when something is written to it.
  - Allow users to disable interpreter slack mode.  Setting the new tunable
  "debug.acpi.interpreter_slack" to zero disables some workarounds for common
  BIOS mistakes and enables strict ACPI implementations by the specification.
  
  Revision  Changes    Path
  1.276     +45 -4     src/sys/dev/acpica/acpi.c



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