diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-03-01 04:40:57 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-03-01 04:40:57 +0000 |
| commit | 2ab05547d3387786fb0dd00f806a54417d9e42a4 (patch) | |
| tree | e11536b13986fe0471c809a6fdced44eb6cc3d63 /sys/dev/twa | |
| parent | 40a54564e40688b17fd9491f511ca9fe9630c712 (diff) | |
Notes
Diffstat (limited to 'sys/dev/twa')
| -rw-r--r-- | sys/dev/twa/tw_cl_share.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/twa/tw_cl_share.h b/sys/dev/twa/tw_cl_share.h index 727684984c56..00becf03c4dd 100644 --- a/sys/dev/twa/tw_cl_share.h +++ b/sys/dev/twa/tw_cl_share.h @@ -68,7 +68,7 @@ #define TW_CL_MAX_NUM_UNITS 32 /* max # of units we support */ #endif /* TW_OSL_ENCLOSURE_SUPPORT */ -#define TW_CL_MAX_NUM_LUNS 16 /* max # of LUN's we support */ +#define TW_CL_MAX_NUM_LUNS 255 /* max # of LUN's we support */ #define TW_CL_MAX_IO_SIZE 0x20000 /* 128K */ /* |
