summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-02-08 21:15:36 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-02-08 21:15:36 +0000
commit6ebcea0ac9bbf23671f97962d57dea68bd9edf58 (patch)
treeddfcb509d0dc1f67a2c63090b1150c69b0096f51 /sys/arch
parent4aee4f85e2b0be5c5be6385641627eb9309664f3 (diff)
A mosquito escaped, sorry.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hppa/include/pdc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/pdc.h b/sys/arch/hppa/include/pdc.h
index deb604c4637..09ca3ec7dec 100644
--- a/sys/arch/hppa/include/pdc.h
+++ b/sys/arch/hppa/include/pdc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pdc.h,v 1.17 2002/02/08 20:43:16 miod Exp $ */
+/* $OpenBSD: pdc.h,v 1.18 2002/02/08 21:15:35 miod Exp $ */
/*
* Copyright (c) 1990 mt Xinu, Inc. All rights reserved.
@@ -529,7 +529,7 @@ struct device_path {
#define PZL_SPEED(l) (((l) & 0x3c0) >> 6)
#define PZL_ENCODE(bits, parity, speed) \
(((bits) - 5) & 0x03) | (((parity) & 0x3) << 3) | \
- (((speed) & 0x10) << 6)
+ (((speed) & 0x0f) << 6)
/*
* A processors Stable Storage is accessed through the PDC. There are