cvs commit: src/sys/dev/acpica acpi_perf.c

Nate Lawson njl at FreeBSD.org
Sat Mar 26 09:30:35 PST 2005


njl         2005-03-26 17:30:34 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_perf.c 
  Log:
  Check for invalid frequencies after parsing the package.  Keep a running
  count of valid frequencies and use that as the final package count, don't
  give up when the first invalid state is found.  Also, add 0x9999 and expand
  our upper check to >= 0xffff Mhz [2].
  
  Submitted by:   Bruno Ducrot, Jung-uk Kim [2]
  
  Revision  Changes    Path
  1.17      +19 -8     src/sys/dev/acpica/acpi_perf.c


More information about the cvs-src mailing list