Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2007 15:21:26 +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_hpet.c acpi_timer.c
Message-ID:  <200707301521.l6UFLSK3053602@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
njl         2007-07-30 15:21:26 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_hpet.c acpi_timer.c 
  Log:
  Dynamically choose the quality of the ACPI timer depending on whether
  the fast or safe/slow method is in use.  Fast remains at 1000, slow is
  now at 850 (always preferred to TSC).  Since the HPET has proven slower
  than ACPI-fast on some systems, drop its quality to 900.  In the future,
  it is hoped that HPET performance will improve as it is the main
  timer Intel supports.  HPET may move back to 2000 in -current once RELENG_7
  is branched to ensure that it gets tested.
  
  Approved by:    re
  
  Revision  Changes    Path
  1.11      +1 -1      src/sys/dev/acpica/acpi_hpet.c
  1.42      +3 -1      src/sys/dev/acpica/acpi_timer.c



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