From b551237fb6ff9cc3e22bd0735d1cdd5ef9bc0741 Mon Sep 17 00:00:00 2001 From: mjacob Date: Thu, 28 Dec 2000 08:23:48 +0000 Subject: add two minor ATIO2 offsets --- sys/dev/ic/isp_target.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/dev') 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 -- cgit