diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/ichreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/ichreg.h b/sys/dev/pci/ichreg.h index 7a17f5cb87d..d03c0df2b2e 100644 --- a/sys/dev/pci/ichreg.h +++ b/sys/dev/pci/ichreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ichreg.h,v 1.1 2004/02/19 21:35:56 grange Exp $ */ +/* $OpenBSD: ichreg.h,v 1.2 2004/09/25 13:58:44 grange Exp $ */ /* * Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> * @@ -39,6 +39,7 @@ /* * Power management I/O registers */ +#define ICH_PM_TMR 0x08 /* PM timer */ /* ICHx-M only */ #define ICH_PM_CNTL 0x20 /* power management control */ #define ICH_PM_ARB_DIS 0x01 /* disable arbiter */ |