diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2001-01-17 19:27:36 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2001-01-17 19:27:36 +0000 |
| commit | 32ec061231c1f25749c9fe245c5a49cd41ccfc4e (patch) | |
| tree | b4bee8ed31b99f01a3bbaf0cb6173a28d841227a /sys/dev/isp/isp_target.h | |
| parent | 1ec95f4e731df95b753a644fdb3a55b2e6430112 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/isp_target.h')
| -rw-r--r-- | sys/dev/isp/isp_target.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/isp/isp_target.h b/sys/dev/isp/isp_target.h index 8b4115e8b245..6dac18e823a0 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 |
