Update tw_cl_share.h to allow 255 LUNs
TW_CL_MAX_NUM_LUNS should not be 16 but I presume 255. I have a 3ware controller with more than 16 volumes (LUN's) and otherwise all LUN's above the 16'th are not working. Submitted by: jcatrysse <j.catrysse@proximedia.be> Pull Request: https://github.com/freebsd/freebsd/pull/100
This commit is contained in:
parent
40a54564e4
commit
2ab05547d3
@ -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 */
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user