diff options
author | Alexander Motin <mav@FreeBSD.org> | 2015-12-24 14:53:29 +0000 |
---|---|---|
committer | Alexander Motin <mav@FreeBSD.org> | 2015-12-24 14:53:29 +0000 |
commit | a46709e2abcf7b5294f591c45e386b8407bdd8ba (patch) | |
tree | dea1b705395127cdbde69a319129f069db22dcdb /sys/dev/isp/ispmbox.h | |
parent | e62b9bca9a2a018f5f699cbb042db78b1ff803c2 (diff) |
Notes
Diffstat (limited to 'sys/dev/isp/ispmbox.h')
-rw-r--r-- | sys/dev/isp/ispmbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h index a89228b56ee80..5a1306f64f83d 100644 --- a/sys/dev/isp/ispmbox.h +++ b/sys/dev/isp/ispmbox.h @@ -1086,7 +1086,7 @@ typedef struct { #define ICB_DFLT_RDELAY 5 #define ICB_DFLT_RCOUNT 3 -#define ICB_LOGIN_TOV 30 +#define ICB_LOGIN_TOV 10 #define ICB_LUN_ENABLE_TOV 15 |