]> xenbits.xensource.com Git - legacy/linux-2.6.18-xen.git/commitdiff
pci: Fix the definition of PCI_PM_CTRL_NO_SOFT_RESET.
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 2 Mar 2009 11:02:00 +0000 (11:02 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 2 Mar 2009 11:02:00 +0000 (11:02 +0000)
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
include/linux/pci_regs.h

index 96930cb5927cddbf04852baca5c7aed50afd04ac..6407ff5de0472d6bc4f4ba5e648dd4733bc12324 100644 (file)
 #define  PCI_PM_CAP_PME_D3cold 0x8000  /* PME# from D3 (cold) */
 #define PCI_PM_CTRL            4       /* PM control and status register */
 #define  PCI_PM_CTRL_STATE_MASK        0x0003  /* Current power state (D0 to D3) */
-#define  PCI_PM_CTRL_NO_SOFT_RESET     0x0004  /* No reset for D3hot->D0 */
+#define  PCI_PM_CTRL_NO_SOFT_RESET     0x0008  /* No reset for D3hot->D0 */
 #define  PCI_PM_CTRL_PME_ENABLE        0x0100  /* PME pin enable */
 #define  PCI_PM_CTRL_DATA_SEL_MASK     0x1e00  /* Data select (??) */
 #define  PCI_PM_CTRL_DATA_SCALE_MASK   0x6000  /* Data scale (??) */