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

John Baldwin jhb at FreeBSD.org
Wed Jul 23 15:13:23 UTC 2008


jhb         2008-07-23 15:13:06 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi.c 
  Log:
  SVN rev 180760 on 2008-07-23 15:13:06Z by jhb
  
  Further refine the probe order of devices to more closely match the previous
  behavior.  Specifically, probe Host-PCI bridges in the order they are
  encountered in the tree.  For CPUs, just use an order of 100000 and assume
  that no Host-PCI bridges will be more than 10000 levels deep in the
  namespace.  This fixes an issue on some boxes where the HPET timer stopped
  attaching.
  
  Revision  Changes    Path
  1.249     +4 -9      src/sys/dev/acpica/acpi.c


More information about the cvs-all mailing list