Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Apr 2007 16:22:18 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/acpica acpi.c
Message-ID:  <200704251622.l3PGMIbb097254@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2007-04-25 16:22:18 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi.c 
  Log:
  Use a tighter check to see if a resource allocation request is for a
  specific request and thus should first try to be allocated from the
  sys_resource pool.  This avoids using the sys_resource pool for wildcard
  requests that have bounded ranges coming from cbb(4) and Host-PCI pcib(4)
  drivers.
  
  Tested by:      Andrea Bittau <a.bittau of cs.ucl.ac.uk fame>
  Sleuthing by:   Andrea Bittau as well
  
  Revision  Changes    Path
  1.235     +1 -1      src/sys/dev/acpica/acpi.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704251622.l3PGMIbb097254>