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

Nate Lawson njl at FreeBSD.org
Wed Apr 21 11:07:22 PDT 2004


njl         2004/04/21 11:07:21 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_timer.c 
  Log:
  Add comments, including restoring the PIIX4 errata comment, to indicate
  what the ACPI-safe workaround is intended to fix.  Requested by phk.
  
  Set the bushandle and tag when attaching the timer, don't do it each time
  in read_counter().  Pointed out by bde.
  
  Move test_counter() to the end.  Staticize acpi_timer_reg.
  
  Revision  Changes    Path
  1.30      +76 -45    src/sys/dev/acpica/acpi_timer.c


More information about the cvs-src mailing list