diff --git a/sys/dev/isp/isp_target.h b/sys/dev/isp/isp_target.h index 8b4115e8b24..6dac18e823a 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