Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 2004 16:29:08 +0000 (UTC)
From:      Nate Lawson <njl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/acpica acpi.c acpi_if.m
Message-ID:  <200407151629.i6FGT8Uv061201@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
njl         2004-07-15 16:29:08 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi.c acpi_if.m 
  Log:
  Update the interface for child drivers.  Add acpi_scan_children, which
  allows a bus to re-enumerate its child handles and optionally replace
  them with new children, arranged to the bus's liking.  (The current device
  space is flat with all devices immediately under acpi0).  Add comments
  for each interface.
  
  Revision  Changes    Path
  1.177     +77 -11    src/sys/dev/acpica/acpi.c
  1.2       +69 -10    src/sys/dev/acpica/acpi_if.m



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