diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-20 22:51:08 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-20 22:51:08 +0000 |
commit | 75b0850ea457303dea601b2746ce8cea583b1492 (patch) | |
tree | 43531cbfe36d6dc4fe1d209377df6d20991cadf9 /sys/arch/hppa/include/pdc.h | |
parent | 9b72ee723243e1e5dd0a7f1c83ee01f5a605ec89 (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.h | 7 |
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 */ |