Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Feb 2010 12:48:06 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/acpica acpi_cpu.c
Message-ID:  <201002061248.o16CmMr2024523@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

avg         2010-02-06 12:48:06 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_cpu.c 
  Log:
  SVN rev 203546 on 2010-02-06 12:48:06Z by avg
  
  acpi_cpu: prefer _OSC over _PDC, just in case
  
  _PDC was deprecated in favor of _OSC long time ago, but it
  seems that they still peacefully coexist and in some case
  only _PDC is present.
  Still _OSC provides a reacher interface and is capable to
  report back its status.
  If the status is non-zero, then report it, we may find
  it useful to understand what firmware expects from OS.
  Also clean up some comments that became less useful over time.
  
  Reviewed by:    njl, jhb, rpaulo
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.84      +18 -20    src/sys/dev/acpica/acpi_cpu.c



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