summaryrefslogtreecommitdiff
path: root/sys/dev/ic/siopvar.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2011-09-23 10:40:07 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2011-09-23 10:40:07 +0000
commit4669c427e7f06c7d30350468f5a4aa4d96f64a26 (patch)
tree2239432cc44ae85621a37075b4783845bfd362a1 /sys/dev/ic/siopvar.h
parent7438f90c2ed2abd41b4d2edaab4d336d4707569b (diff)
Make sure siop_xfer is a multiple of 128 bytes as intended (and as told by
the comments); this makes hppa64 much happier according to jsing@. ok krw@ exactly two years ago, it was about time to commit this.
Diffstat (limited to 'sys/dev/ic/siopvar.h')
-rw-r--r--sys/dev/ic/siopvar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/siopvar.h b/sys/dev/ic/siopvar.h
index f4fe0a64e4a..f8c7b5802b7 100644
--- a/sys/dev/ic/siopvar.h
+++ b/sys/dev/ic/siopvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: siopvar.h,v 1.16 2011/04/05 22:37:39 dlg Exp $ */
+/* $OpenBSD: siopvar.h,v 1.17 2011/09/23 10:40:06 miod Exp $ */
/* $NetBSD: siopvar.h,v 1.22 2005/11/18 23:10:32 bouyer Exp $ */
/*
@@ -51,8 +51,8 @@ struct siop_dmamem {
struct siop_xfer {
struct siop_common_xfer siop_tables;
/* u_int32_t resel[sizeof(load_dsa) / sizeof(load_dsa[0])]; */
- /* Add some entries to make size 384 bytes (256+128) */
- u_int32_t resel[36];
+ /* Add some entries to make size 384 bytes (244+140) */
+ u_int32_t resel[35];
} __packed;
/*