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

Nate Lawson njl at FreeBSD.org
Tue Jul 13 10:57:42 PDT 2004


njl         2004-07-13 17:57:42 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi.c 
  Log:
  Call device_identify routines after doing the namespace walk.  This is
  needed so that sysresource objects are created first to reserve all regions,
  then other devices can allocate from them.  Otherwise, acpi_timer (the only
  ACPI device with an identify routine), would allocate its resources from
  the nexus, causing the later sysresource reserve to fail.
  
  Debugging by:   Taku YAMAMOTO, Andrea Campi
  
  Revision  Changes    Path
  1.175     +6 -8      src/sys/dev/acpica/acpi.c


More information about the cvs-all mailing list