summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include/pdc.h
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2003-08-20 22:51:08 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2003-08-20 22:51:08 +0000
commit75b0850ea457303dea601b2746ce8cea583b1492 (patch)
tree43531cbfe36d6dc4fe1d209377df6d20991cadf9 /sys/arch/hppa/include/pdc.h
parent9b72ee723243e1e5dd0a7f1c83ee01f5a605ec89 (diff)
support systems where power service is available from pdc and implement a cold hook as well thus do not powerleash lasi should we have cold_hook already set
Diffstat (limited to 'sys/arch/hppa/include/pdc.h')
-rw-r--r--sys/arch/hppa/include/pdc.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/pdc.h b/sys/arch/hppa/include/pdc.h
index cf54f7a5ce8..c263f73836c 100644
--- a/sys/arch/hppa/include/pdc.h
+++ b/sys/arch/hppa/include/pdc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pdc.h,v 1.25 2003/07/15 17:15:32 mickey Exp $ */
+/* $OpenBSD: pdc.h,v 1.26 2003/08/20 22:51:07 mickey Exp $ */
/*
* Copyright (c) 1990 mt Xinu, Inc. All rights reserved.
@@ -457,6 +457,11 @@ struct pdc_hwtlb { /* PDC_TLB */
u_int filler[30];
};
+struct pdc_power_info { /* PDC_SOFT_POWER_INFO */
+ u_int addr; /* power register address */
+ u_int filler[30];
+};
+
struct pdc_sysmap_find { /* PDC_SYSMAP_FIND */
u_int hpa;
u_int size; /* pages */