Increase the number of LUNs this hardware can support.

Experimentally we know this value works, but the hardware
may support an even higher value.

PR:	213876
Reported by:	J.Catrysse@proximedia.be
MFC after:	1 week
This commit is contained in:
Josh Paetzel 2017-05-17 13:22:13 +00:00
parent 52772a8583
commit 5bcd39c054
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=318401

View File

@ -67,7 +67,7 @@ extern int tws_queue_depth;
#define TWS_DRIVER_VERSION_STRING "10.80.00.005"
#define TWS_MAX_NUM_UNITS 65
#define TWS_MAX_NUM_LUNS 16
#define TWS_MAX_NUM_LUNS 32
#define TWS_MAX_IRQS 2
#define TWS_SCSI_INITIATOR_ID 66
#define TWS_MAX_IO_SIZE 0x20000 /* 128kB */