aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/twa/tw_osl.h
diff options
context:
space:
mode:
authorVinod Kashyap <vkashyap@FreeBSD.org>2005-11-08 22:51:43 +0000
committerVinod Kashyap <vkashyap@FreeBSD.org>2005-11-08 22:51:43 +0000
commitff1625c61d5a0887b31a8b08dc44911418d93735 (patch)
treed3b09b687cb2efad93eb3286b6afdbfd1aeedd27 /sys/dev/twa/tw_osl.h
parentf6f8bc7ad5bc868fb742aa2ee9fbd6e7a07aa142 (diff)
downloadsrc-ff1625c61d5a0887b31a8b08dc44911418d93735.tar.gz
src-ff1625c61d5a0887b31a8b08dc44911418d93735.zip
twa corresponding to the 9.3.0.1 release on the 3ware website. This driver has
support for the 9xxxSX controllers, along with the earlier 9xxxS series controllers.
Notes
Notes: svn path=/head/; revision=152213
Diffstat (limited to 'sys/dev/twa/tw_osl.h')
-rw-r--r--sys/dev/twa/tw_osl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/twa/tw_osl.h b/sys/dev/twa/tw_osl.h
index f22074058d2f..cee79f6d771b 100644
--- a/sys/dev/twa/tw_osl.h
+++ b/sys/dev/twa/tw_osl.h
@@ -51,6 +51,8 @@
#define TW_OSLI_MAX_NUM_IOS TW_CL_MAX_SIMULTANEOUS_REQUESTS
#define TW_OSLI_MAX_NUM_AENS 0x100
+#define TW_OSLI_DEFERRED_INTR_USED
+
/* Possible values of req->state. */
#define TW_OSLI_REQ_STATE_INIT 0x0 /* being initialized */
#define TW_OSLI_REQ_STATE_BUSY 0x1 /* submitted to CL */
@@ -124,6 +126,7 @@ struct twa_softc {
TW_UINT32 state;
TW_UINT32 flags;
+ TW_INT32 device_id;
TW_UINT32 alignment;
TW_UINT32 sg_size_factor;