cvs commit: src/sys/dev/acpica acpi_quirks acpi_timer.c acpivar.h

Nate Lawson njl at FreeBSD.org
Fri Oct 8 10:56:47 PDT 2004


njl         2004-10-08 17:56:47 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_quirks acpi_timer.c acpivar.h 
  Log:
  Update a quirk for the ASUS P5A to disable the timer.  It appears to work fine
  with acpi but the timer runs twice as fast.  Note that the main problem
  (system doesn't work properly with acpi disabled) should be fixed separately.
  
  Changes:
  * Add a quirk to disable the timer
  * Merge the P5A and P5A-B quirks since they appear to be based on the
    same ASL.
  
  PR:             i386/72450
  Tested by:      Kevin Oberman <oberman es.net>
  MFC after:      3 days
  
  Revision  Changes    Path
  1.4       +5 -8      src/sys/dev/acpica/acpi_quirks
  1.36      +2 -1      src/sys/dev/acpica/acpi_timer.c
  1.83      +2 -0      src/sys/dev/acpica/acpivar.h


More information about the cvs-src mailing list