Page MenuHomeFreeBSD

pci: Add helper routines to manage PME in device drivers
Needs ReviewPublic

Authored by jhb on Wed, Mar 5, 9:55 PM.
Tags
None
Referenced Files
F111647917: D49250.diff
Thu, Mar 6, 11:59 AM
F111631795: D49250.id151931.diff
Thu, Mar 6, 6:50 AM
F111626774: D49250.diff
Thu, Mar 6, 5:10 AM
Subscribers

Details

Reviewers
imp
Summary

pci_has_pm is a quick check that returns true if a PCI device supports
the power management capability.

pci_enable_pme can be used in DEVICE_SUSPEND driver methods to enable
PME# during suspend.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 62778
Build 59662: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Wed, Mar 5, 9:55 PM
jhb created this revision.
jhb retitled this revision from pci: Add a helper routines to manage PME in device drivers to pci: Add helper routines to manage PME in device drivers.