1. NAME

pci_pme_active - enable or disable PCI deviceAqs PME# function

2. SYNOPSIS

void pci_pme_active(struct pci_dev *  dev , bool  enable );

3. ARGUMENTS

dev
    PCI device to handle.

enable
    AqtrueAq to enable PME# generation; AqfalseAq to disable it.

4. DESCRIPTION

The caller must verify that the device is capable of generating PME# before calling this function with enable equal to AqtrueAq.

5. COPYRIGHT