Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Feb 2002 14:58:15 -0800 (PST)
From:      Matt Dillon <dillon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/acpica acpi_timer.c
Message-ID:  <200202242258.g1OMwFc27205@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      2002/02/24 14:58:15 PST

  Modified files:
    sys/dev/acpica       acpi_timer.c 
  Log:
  Tests by numerous people have shown that many chipsets do not properly
  latch the acpi timer, resulting in weird deltas.  The problem is severe
  enough to adversely effect the timecounter code.
  
  Default to the 'safe' version of the get-timecount function.  The probe
  will override it if a known-good chipset is found.  This is temporary
  until a more complete solution is found.
  
  Reviewed by:    phk
  
  Revision  Changes    Path
  1.13      +1 -1      src/sys/dev/acpica/acpi_timer.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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