summaryrefslogtreecommitdiffstats
path: root/sys/dev/twa/twa_reg.h
diff options
context:
space:
mode:
authorvkashyap <vkashyap@FreeBSD.org>2004-08-18 16:14:44 +0000
committervkashyap <vkashyap@FreeBSD.org>2004-08-18 16:14:44 +0000
commit5acde78f19df35434f952ff7ea29669b437127ed (patch)
treef18b8d5fbae12de0552c2a8f1ff53fdac9789ba7 /sys/dev/twa/twa_reg.h
parente04dc12e6960c14decc289fbe37da2bbbef3e3e2 (diff)
downloadFreeBSD-src-5acde78f19df35434f952ff7ea29669b437127ed.zip
FreeBSD-src-5acde78f19df35434f952ff7ea29669b437127ed.tar.gz
Changes to make twa work on amd64.
Reviewed by:re Approved by:re
Diffstat (limited to 'sys/dev/twa/twa_reg.h')
-rw-r--r--sys/dev/twa/twa_reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/twa/twa_reg.h b/sys/dev/twa/twa_reg.h
index 287a1c4..f8800f8 100644
--- a/sys/dev/twa/twa_reg.h
+++ b/sys/dev/twa/twa_reg.h
@@ -198,7 +198,7 @@
/* Scatter/Gather list entry. */
struct twa_sg {
bus_addr_t address;
- bus_size_t length;
+ u_int32_t length;
} __attribute__ ((packed));
OpenPOWER on IntegriCloud