Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 2004 19:11:38 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/acpica acpi_pci.c src/sys/dev/pci pci.c
Message-ID:  <200404260211.i3Q2Bcrt037219@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2004/04/25 19:11:38 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_pci.c 
    sys/dev/pci          pci.c 
  Log:
  Fix two typos from PR: 65694
  
  1) In pci.c, we need to check the child device's state, not the parent
     device's state.
  2) In acpi_pci.c, we have to run the power state change after the acpi
     method when the old_state is > new state, not the other way around.
  
  Submitted by: Dmitry Remesov
  PR: 65694
  
  Revision  Changes    Path
  1.14      +1 -1      src/sys/dev/acpica/acpi_pci.c
  1.249     +1 -1      src/sys/dev/pci/pci.c



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