aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_freebsd.h
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2012-06-24 17:30:54 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2012-06-24 17:30:54 +0000
commit9e7d423d23c6e3ed8d9b55ff602843eb79fc1825 (patch)
tree9b2d12d0e861dfab4afb3ba4106f5c26ac04c40e /sys/dev/isp/isp_freebsd.h
parent6b14dddf9aa6caa329443d21f3de10820eca5b4a (diff)
Notes
Diffstat (limited to 'sys/dev/isp/isp_freebsd.h')
-rw-r--r--sys/dev/isp/isp_freebsd.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h
index 52bd7870f167..001c699943b2 100644
--- a/sys/dev/isp/isp_freebsd.h
+++ b/sys/dev/isp/isp_freebsd.h
@@ -62,7 +62,7 @@
#include "opt_isp.h"
#define ISP_PLATFORM_VERSION_MAJOR 7
-#define ISP_PLATFORM_VERSION_MINOR 0
+#define ISP_PLATFORM_VERSION_MINOR 10
/*
* Efficiency- get rid of SBus code && tests unless we need them.
@@ -93,13 +93,14 @@ typedef struct {
uint32_t orig_datalen;
uint32_t bytes_xfered;
uint32_t last_xframt;
- uint32_t tag;
+ uint32_t tag; /* typically f/w RX_ID */
uint32_t lun;
uint32_t nphdl;
uint32_t sid;
uint32_t portid;
+ uint16_t rxid; /* wire rxid */
+ uint16_t oxid; /* wire oxid */
uint32_t
- oxid : 16,
cdb0 : 8,
: 1,
dead : 1,