Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Aug 2010 15:44:52 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/acpica acpi.c acpi_pcib.c acpi_pcib_acpi.c acpi_pcib_pci.c acpi_pcibvar.h acpivar.h src/sys/dev/pci pci.c pci_pci.c pci_private.h pcib_if.m
Message-ID:  <201008171545.o7HFjBcm044033@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2010-08-17 15:44:52 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi.c acpi_pcib.c acpi_pcib_acpi.c 
                         acpi_pcib_pci.c acpi_pcibvar.h acpivar.h 
    sys/dev/pci          pci.c pci_pci.c pci_private.h pcib_if.m 
  Log:
  SVN rev 211430 on 2010-08-17 15:44:52Z by jhb
  
  Add a new method to the PCI bridge interface, PCIB_POWER_FOR_SLEEP().  This
  method is used by the PCI bus driver to query the power management system
  to determine the proper device state to be used for a device during suspend
  and resume.  For the ACPI PCI bridge drivers this calls
  acpi_device_pwr_for_sleep().  This removes ACPI-specific knowledge from
  the PCI and PCI-PCI bridge drivers.
  
  Reviewed by:    jkim
  
  Revision  Changes    Path
  1.284     +1 -3      src/sys/dev/acpica/acpi.c
  1.64      +11 -0     src/sys/dev/acpica/acpi_pcib.c
  1.62      +1 -0      src/sys/dev/acpica/acpi_pcib_acpi.c
  1.20      +1 -0      src/sys/dev/acpica/acpi_pcib_pci.c
  1.8       +2 -0      src/sys/dev/acpica/acpi_pcibvar.h
  1.118     +2 -0      src/sys/dev/acpica/acpivar.h
  1.401     +21 -32    src/sys/dev/pci/pci.c
  1.62      +21 -20    src/sys/dev/pci/pci_pci.c
  1.30      +2 -0      src/sys/dev/pci/pci_private.h
  1.14      +10 -0     src/sys/dev/pci/pcib_if.m



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