summaryrefslogtreecommitdiffstats
path: root/sys/dev/twe/tweio.h
diff options
context:
space:
mode:
authorvkashyap <vkashyap@FreeBSD.org>2005-02-17 19:05:42 +0000
committervkashyap <vkashyap@FreeBSD.org>2005-02-17 19:05:42 +0000
commitfcb0c9784b57f325a17b1870efc2148a646c3d2a (patch)
tree82e4d00d1191f556feaddc6e9bbb8148f03171e9 /sys/dev/twe/tweio.h
parent25e3641222f6bbae8f81ea39fe0e0ebd3e265300 (diff)
downloadFreeBSD-src-fcb0c9784b57f325a17b1870efc2148a646c3d2a.zip
FreeBSD-src-fcb0c9784b57f325a17b1870efc2148a646c3d2a.tar.gz
Undoing recent changes to make 3ware's i386 tools work on amd64, since there are
now amd64 versions of CLI and 3DM2 available.
Diffstat (limited to 'sys/dev/twe/tweio.h')
-rw-r--r--sys/dev/twe/tweio.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/sys/dev/twe/tweio.h b/sys/dev/twe/tweio.h
index 43f707b..1b78472 100644
--- a/sys/dev/twe/tweio.h
+++ b/sys/dev/twe/tweio.h
@@ -44,17 +44,6 @@ struct twe_usercommand {
#define TWEIO_COMMAND _IOWR('T', 100, struct twe_usercommand)
-#ifdef __amd64__
-struct twe_usercommand32 {
- TWE_Command tu_command; /* command ready for the controller */
- uint32_t tu_data; /* pointer to data in userspace */
- uint32_t tu_size; /* userspace data length */
-};
-
-#define TWEIO_COMMAND32 _IOWR('T', 100, struct twe_usercommand32)
-#endif
-
-
/*
* Command queue statistics
*/
@@ -100,18 +89,6 @@ struct twe_paramcommand {
#define TWEIO_SET_PARAM _IOW ('T', 104, struct twe_paramcommand)
#define TWEIO_GET_PARAM _IOW ('T', 105, struct twe_paramcommand)
-#ifdef __amd64__
-struct twe_paramcommand32 {
- u_int16_t tp_table_id;
- u_int8_t tp_param_id;
- u_int32_t tp_data;
- u_int8_t tp_size;
-};
-
-#define TWEIO_SET_PARAM32 _IOW ('T', 104, struct twe_paramcommand32)
-#define TWEIO_GET_PARAM32 _IOW ('T', 105, struct twe_paramcommand32)
-#endif
-
/*
* Request a controller soft-reset
*/
OpenPOWER on IntegriCloud