OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Mike Larkin (mlarkincvs.openbsd.org)
Date: Sat Sep 25 2010 - 14:23:39 CDT


CVSROOT: /cvs
Module name: src
Changes by: mlarkincvs.openbsd.org 2010/09/25 13:23:39

Modified files:
        sys/dev/pci : ppb.c

Log message:
ppb(4) should respect pci_dopm, like pci(4) does, and not try to poweroff
the bridge if pci_dopm=0.

Fixes Gateway LT3103u and Lenovo Thinkpad 100e netbooks, allowing them to
suspend again (if pci_dopm is set to 0 in acpi.c). Tested by myself and
deraadt on a variety of hardware.

ok deraadt