summaryrefslogtreecommitdiff
path: root/sys/dev/ic/siopvar.h
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2003-10-14 22:37:49 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2003-10-14 22:37:49 +0000
commitdaaa211269aea7a6b2c4c09a0b149a40f11a24e7 (patch)
treeeb8b156bed8ece66a176de1a069bcc29e3c951fa /sys/dev/ic/siopvar.h
parent3df66bba755ebbcb5f2248104fc8f98fa8611d19 (diff)
Align siop_xfer on 128 byte boundary for all architectures now that 3.4 is out.
ok (and from) mickey@.
Diffstat (limited to 'sys/dev/ic/siopvar.h')
-rw-r--r--sys/dev/ic/siopvar.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/dev/ic/siopvar.h b/sys/dev/ic/siopvar.h
index 25f74aa6fb2..99d7497c05d 100644
--- a/sys/dev/ic/siopvar.h
+++ b/sys/dev/ic/siopvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: siopvar.h,v 1.7 2003/09/06 22:24:14 krw Exp $ */
+/* $OpenBSD: siopvar.h,v 1.8 2003/10/14 22:37:48 krw Exp $ */
/* $NetBSD: siopvar.h,v 1.18 2002/04/23 20:41:15 bouyer Exp $ */
/*
@@ -43,12 +43,8 @@
struct siop_xfer {
struct siop_common_xfer siop_tables;
/* u_int32_t resel[sizeof(load_dsa) / sizeof(load_dsa[0])]; */
-#ifdef __hppa__
- /* XXX Add some entries to make size 384 bytes (256+128) */
+ /* Add some entries to make size 384 bytes (256+128) */
u_int32_t resel[36];
-#else
- u_int32_t resel[25];
-#endif
} __attribute__((__packed__));
/*