Page MenuHomeFreeBSD

pci: Add helper routines to manage PME in device drivers
AcceptedPublic

Authored by jhb on Wed, Mar 5, 9:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 7, 3:12 AM
Unknown Object (File)
Fri, Mar 7, 12:06 AM
Unknown Object (File)
Thu, Mar 6, 11:12 PM
Unknown Object (File)
Thu, Mar 6, 10:03 PM
Unknown Object (File)
Thu, Mar 6, 10:00 PM
Unknown Object (File)
Thu, Mar 6, 8:29 PM
Unknown Object (File)
Thu, Mar 6, 4:50 PM
Unknown Object (File)
Thu, Mar 6, 4:25 PM

Details

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 62801
Build 59685: 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.
This revision is now accepted and ready to land.Fri, Mar 7, 7:42 PM