diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2006-04-21 18:30:01 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2006-04-21 18:30:01 +0000 |
| commit | 9cd7268e5a65afd2647466562c433ad193e54f24 (patch) | |
| tree | d3b3f19e96f6129f2561de62e8c2131359d8ae0e /sys/dev/isp/ispmbox.h | |
| parent | b4d7b9794bdf47f2f8f30e736951ac9e5368f634 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/ispmbox.h')
| -rw-r--r-- | sys/dev/isp/ispmbox.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h index 490495eec68c..e79efa232ca7 100644 --- a/sys/dev/isp/ispmbox.h +++ b/sys/dev/isp/ispmbox.h @@ -708,6 +708,10 @@ typedef struct isp_icb { #define ICB_DFLT_RDELAY 5 #define ICB_DFLT_RCOUNT 3 +#define ICB_LOGIN_TOV 30 +#define ICB_LUN_ENABLE_TOV 180 + + #define RQRSP_ADDR0015 0 #define RQRSP_ADDR1631 1 |
