summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2000-12-28 23:27:54 +0000
committermjacob <mjacob@FreeBSD.org>2000-12-28 23:27:54 +0000
commit8721381942baf53c76975d4583b484d1ffb04893 (patch)
tree8980567cfb44c3ba930f6591dd6a7b8c5aea381d /sys
parent1446d64529ab18e710280c2597a8b6dd575c7443 (diff)
downloadFreeBSD-src-8721381942baf53c76975d4583b484d1ffb04893.zip
FreeBSD-src-8721381942baf53c76975d4583b484d1ffb04893.tar.gz
add a couple off offset defines for ATIO2s
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/isp/isp_target.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/isp/isp_target.h b/sys/dev/isp/isp_target.h
index 8b4115e..6dac18e 100644
--- a/sys/dev/isp/isp_target.h
+++ b/sys/dev/isp/isp_target.h
@@ -267,6 +267,9 @@ typedef struct {
u_int8_t at_sense[QLTM_SENSELEN];
} at2_entry_t;
+#define ATIO2_WWPN_OFFSET 0x2A
+#define ATIO2_OXID_OFFSET 0x3E
+
#define ATIO2_TC_ATTR_MASK 0x7
#define ATIO2_TC_ATTR_SIMPLEQ 0
#define ATIO2_TC_ATTR_HEADOFQ 1
OpenPOWER on IntegriCloud