diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-01-25 21:26:42 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-01-25 21:26:42 +0000 |
commit | 3f71bc86dc0d79b44963b7e92b107d5157fed61c (patch) | |
tree | 6329fa792b8d927dbf32c39b8ab5c3b825b13308 /sys/arch/hppa/include | |
parent | fcc83058b716150011bab40c8227c8fe8a0f16d9 (diff) |
do not conflict PF_ /w pf -- rename to PZF_ and define _BITS
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r-- | sys/arch/hppa/include/pdc.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/arch/hppa/include/pdc.h b/sys/arch/hppa/include/pdc.h index c4de3c03b5c..88481b0e452 100644 --- a/sys/arch/hppa/include/pdc.h +++ b/sys/arch/hppa/include/pdc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pdc.h,v 1.15 2000/12/06 17:18:57 deraadt Exp $ */ +/* $OpenBSD: pdc.h,v 1.16 2002/01/25 21:26:41 mickey Exp $ */ /* * Copyright (c) 1990 mt Xinu, Inc. All rights reserved. @@ -518,9 +518,10 @@ struct device_path { }; /* dp_flags */ -#define PF_AUTOBOOT 0x80 /* These two are PDC flags for how to locate */ -#define PF_AUTOSEARCH 0x40 /* the "boot device" */ -#define PF_TIMER 0x0f /* power of 2 # secs "boot timer" (0 == dflt) */ +#define PZF_AUTOBOOT 0x80 /* These two are PDC flags for how to locate */ +#define PZF_AUTOSEARCH 0x40 /* the "boot device" */ +#define PZF_TIMER 0x0f /* power of 2 # secs "boot timer" (0 == dflt) */ +#define PZF_BITS "\020\010autoboot\07autosearch" /* * A processors Stable Storage is accessed through the PDC. There are |