diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2004-02-08 19:16:01 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2004-02-08 19:16:01 +0000 |
| commit | c98d7aa47256ddf3bf1af8064de4de5ca22e7aed (patch) | |
| tree | d0a7255fb774cf82dc8e09cd8da58c262d667b97 | |
| parent | 8b00e59d8972f60e1fccabbd28468253a9d55bc7 (diff) | |
Notes
| -rw-r--r-- | sys/dev/isp/isp_freebsd.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h index 14ca8b816ba5..23187eb23143 100644 --- a/sys/dev/isp/isp_freebsd.h +++ b/sys/dev/isp/isp_freebsd.h @@ -148,15 +148,11 @@ struct isposinfo { #define isp_cdmat isp_osinfo.cdmat #define isp_cdmap isp_osinfo.cdmap #ifdef ISP_TARGET_MODE -#define TM_WANTED 0x80 -#define TM_BUSY 0x40 #define TM_WILDCARD_ENABLED 0x02 #define TM_TMODE_ENABLED 0x01 - struct cv tgtcv0[2]; /* two busses */ - struct cv tgtcv1[2]; /* two busses */ u_int8_t tmflags[2]; /* two busses */ - u_int8_t rstatus[2]; /* two bussed */ - u_int16_t rollinfo; +#define NLEACT 4 + union ccb * leact[NLEACT]; tstate_t tsdflt[2]; /* two busses */ tstate_t *lun_hash[LUN_HASH_SIZE]; atio_private_data_t atpdp[ATPDPSIZE]; |
