cvs commit: src/sys/dev/acpica acpi.c acpi_hpet.c acpivar.h

Nate Lawson njl at FreeBSD.org
Tue Oct 9 00:48:08 PDT 2007


njl         2007-10-09 07:48:08 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi.c acpi_hpet.c acpivar.h 
  Log:
  Fix the HPET table probe routine to run from device_identify() instead
  of directly from acpi0.  Before it would attach prior to the sysresource
  devices, causing the later allocation of its memory range to fail and
  print a warning like "acpi0: reservation of fed00000, 1000 (3) failed".
  Use an explicit define for our probe order base value of 10.
  
  Help from:      jhb
  Tested by:      Abdullah Ibn Hamad Al-Marri <almarrie / gmail.com>
  MFC after:      3 days
  Approved by:    re
  
  Revision  Changes    Path
  1.243     +4 -4      src/sys/dev/acpica/acpi.c
  1.12      +8 -5      src/sys/dev/acpica/acpi_hpet.c
  1.108     +8 -2      src/sys/dev/acpica/acpivar.h


More information about the cvs-all mailing list