summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/achware.h
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2001-05-29 19:52:40 +0000
committermsmith <msmith@FreeBSD.org>2001-05-29 19:52:40 +0000
commitbc4d4229dc8150c1877e8673fb6be5be18487b6d (patch)
treea1bc1b7537f2d89240bd2e92ac027e82c5efeb6c /sys/contrib/dev/acpica/achware.h
parent3c0029a0e89e19ec6ede20d15284dabefb4466b0 (diff)
downloadFreeBSD-src-bc4d4229dc8150c1877e8673fb6be5be18487b6d.zip
FreeBSD-src-bc4d4229dc8150c1877e8673fb6be5be18487b6d.tar.gz
Import the 20010518 Intel ACPI CA release. Note that Intel's directory layout
keeps changing, so to reduce repository thrash everything has been moved into a single directory. (repo copy involved)
Diffstat (limited to 'sys/contrib/dev/acpica/achware.h')
-rw-r--r--sys/contrib/dev/acpica/achware.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/contrib/dev/acpica/achware.h b/sys/contrib/dev/acpica/achware.h
index bcefafa..9b2f90b 100644
--- a/sys/contrib/dev/acpica/achware.h
+++ b/sys/contrib/dev/acpica/achware.h
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: achware.h -- hardware specific interfaces
- * $Revision: 53 $
+ * $Revision: 55 $
*
*****************************************************************************/
@@ -119,7 +119,7 @@
/* PM Timer ticks per second (HZ) */
-#define PM_TIMER_FREQUENCY 3579545
+#define PM_TIMER_FREQUENCY 3579545
/* Prototypes */
@@ -173,14 +173,14 @@ AcpiHwRegisterWrite (
UINT32
AcpiHwLowLevelRead (
UINT32 Width,
- ACPI_GAS *Reg,
+ ACPI_GENERIC_ADDRESS *Reg,
UINT32 Offset);
void
AcpiHwLowLevelWrite (
UINT32 Width,
UINT32 Value,
- ACPI_GAS *Reg,
+ ACPI_GENERIC_ADDRESS *Reg,
UINT32 Offset);
void
@@ -192,7 +192,6 @@ AcpiHwGetBitShift (
UINT32 Mask);
-
/* GPE support */
void
OpenPOWER on IntegriCloud