Revision e7272403d2f9be3dbb7cc185fcc390e781b1af6b authored by Rafael J. Wysocki on 07 August 2008, 22:18:04 UTC, committed by Jeff Garzik on 19 September 2008, 01:42:50 UTC
Currently e100 uses pci_enable_wake() to clear pending wake-up events
and disable PME# during intitialization, but that function is not
suitable for this purpose, because it immediately returns error code
if device_may_wakeup() returns false for given device.

Make e100 use pci_pme_active(), which carries out exactly the
required operations, instead.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
1 parent 78566fe
History
File Mode Size
Makefile -rw-r--r-- 231 bytes
af_netrom.c -rw-r--r-- 32.8 KB
nr_dev.c -rw-r--r-- 4.4 KB
nr_in.c -rw-r--r-- 7.0 KB
nr_loopback.c -rw-r--r-- 1.7 KB
nr_out.c -rw-r--r-- 5.9 KB
nr_route.c -rw-r--r-- 23.6 KB
nr_subr.c -rw-r--r-- 6.1 KB
nr_timer.c -rw-r--r-- 5.3 KB
sysctl_net_netrom.c -rw-r--r-- 5.2 KB

back to top