diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-10-13 13:07:14 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-10-13 13:07:14 +0000 |
commit | 2b54d888d375c8a3a4c0b829273dacd387df9e2a (patch) | |
tree | cafb95d8e8291a41e08082aa8cb5802939db8ef3 | |
parent | 8b26e455545c875b1dc7d7e30999cc70f83b75f3 (diff) |
Fix definition of XL_PME_EN.
ok stsp@
-rw-r--r-- | sys/dev/ic/xlreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/xlreg.h b/sys/dev/ic/xlreg.h index 3b1490f4d4d..287cf88460f 100644 --- a/sys/dev/ic/xlreg.h +++ b/sys/dev/ic/xlreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: xlreg.h,v 1.27 2011/04/17 20:52:43 stsp Exp $ */ +/* $OpenBSD: xlreg.h,v 1.28 2011/10/13 13:07:13 kettenis Exp $ */ /* * Copyright (c) 1997, 1998 @@ -747,7 +747,7 @@ struct xl_stats { #define XL_PSTATE_D1 0x0002 #define XL_PSTATE_D2 0x0002 #define XL_PSTATE_D3 0x0003 -#define XL_PME_EN 0x0010 +#define XL_PME_EN 0x0100 #define XL_PME_STATUS 0x8000 /* Bits in the XL_PCI_PWRMGMTCAP register */ |