cvs commit: src/sys/dev/acpica acpi_pci.c src/sys/dev/pci pci.c
Warner Losh
imp at FreeBSD.org
Sun Apr 25 19:11:39 PDT 2004
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
More information about the cvs-src
mailing list