summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormjacob <mjacob@NetBSD.org>2000-12-28 08:23:48 +0000
committermjacob <mjacob@NetBSD.org>2000-12-28 08:23:48 +0000
commitb551237fb6ff9cc3e22bd0735d1cdd5ef9bc0741 (patch)
treed5853b10192076a7d97e036f4fdcff99bbd0b9ef /sys/dev
parent829a533bfb422fe5766a170d9a8686244a21c151 (diff)
add two minor ATIO2 offsets
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/isp_target.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/ic/isp_target.h b/sys/dev/ic/isp_target.h
index ef24a6477f7..7fe7023fc17 100644
--- a/sys/dev/ic/isp_target.h
+++ b/sys/dev/ic/isp_target.h
@@ -1,4 +1,4 @@
-/* $NetBSD: isp_target.h,v 1.9 2000/12/23 01:38:00 wiz Exp $ */
+/* $NetBSD: isp_target.h,v 1.10 2000/12/28 08:23:48 mjacob Exp $ */
/*
* This driver, which is contained in NetBSD in the files:
*
@@ -298,6 +298,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