patch-2.4.7 linux/drivers/pci/pci.c
Next file: linux/drivers/pcmcia/hd64465_ss.c
Previous file: linux/drivers/parport/parport_serial.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Wed Jul 4 09:41:34 2001
- Orig file:
v2.4.6/linux/drivers/pci/pci.c
- Orig date:
Tue Jul 3 17:08:20 2001
diff -u --recursive --new-file v2.4.6/linux/drivers/pci/pci.c linux/drivers/pci/pci.c
@@ -279,7 +279,7 @@
* This doesn't affect PME_Status, disables PME_En, and
* sets PowerState to 0.
*/
- if (dev->current_state == 3)
+ if (dev->current_state >= 3)
pmcsr = 0;
else {
pci_read_config_word(dev, pm + PCI_PM_CTRL, &pmcsr);
@@ -1175,6 +1175,9 @@
class >>= 8;
DBG("Found %02x:%02x [%04x/%04x] %06x %02x\n", dev->bus->number, dev->devfn, dev->vendor, dev->device, class, dev->hdr_type);
+
+ /* "Unknown power state" */
+ dev->current_state = 4;
switch (dev->hdr_type) { /* header type */
case PCI_HEADER_TYPE_NORMAL: /* standard header */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)