summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include/pdc.h
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2000-06-07 17:27:42 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2000-06-07 17:27:42 +0000
commit8d525262629c4957f6024567423ad8abefc69a31 (patch)
treedb4db1a045bb676896845a33f6d97123f4e25786 /sys/arch/hppa/include/pdc.h
parent81a47849e7a31eed719c2dc9ebd54f031bfae11c (diff)
some more
Diffstat (limited to 'sys/arch/hppa/include/pdc.h')
-rw-r--r--sys/arch/hppa/include/pdc.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/pdc.h b/sys/arch/hppa/include/pdc.h
index 91f9b37a1de..a94f22b434c 100644
--- a/sys/arch/hppa/include/pdc.h
+++ b/sys/arch/hppa/include/pdc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pdc.h,v 1.13 2000/05/15 16:04:35 mickey Exp $ */
+/* $OpenBSD: pdc.h,v 1.14 2000/06/07 17:27:41 mickey Exp $ */
/*
* Copyright (c) 1990 mt Xinu, Inc. All rights reserved.
@@ -396,7 +396,10 @@ struct pdc_hpa { /* PDC_HPA */
struct pdc_coproc { /* PDC_COPROC */
u_int ccr_enable; /* same format as CCR (CR 10) */
u_int ccr_present; /* which co-proc's are present (bitset) */
- u_int filler2[30];
+ u_int pad[15];
+ u_int fpu_model;
+ u_int fpu_revision;
+ u_int filler2[13];
};
struct pdc_tod { /* PDC_TOD, PDC_TOD_READ */