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

Nate Lawson njl at FreeBSD.org
Thu Jul 15 09:29:09 PDT 2004


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


More information about the cvs-src mailing list