Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Mar 2007 15:39:12 +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:  <200703211539.l2LFdCQW036704@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2007-03-21 15:39:12 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi.c 
  Log:
  Change acpi's handling of suballocating system resources to be a little
  simpler.  It now can just use rman_is_region_manager() during
  acpi_release_resource() to see if the the resource is suballocated from
  a system resource.  Also, the driver no longer needs MD knowledge about
  how to setup bus space tags and handles when doing a suballocation, but
  can simply rely on bus_activate_resource() in the parent setting all that
  up.
  
  Revision  Changes    Path
  1.233     +39 -55    src/sys/dev/acpica/acpi.c



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