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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to