aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/tws
diff options
context:
space:
mode:
authorJosh Paetzel <jpaetzel@FreeBSD.org>2017-05-17 13:22:13 +0000
committerJosh Paetzel <jpaetzel@FreeBSD.org>2017-05-17 13:22:13 +0000
commit5bcd39c054262eab4d7f593eb7b6bec4967713aa (patch)
tree86b0ca00151cced09105d07c3612381085b62291 /sys/dev/tws
parent52772a85838656f847cb03aaa3b96bccd9f736cc (diff)
downloadsrc-5bcd39c054262eab4d7f593eb7b6bec4967713aa.tar.gz
src-5bcd39c054262eab4d7f593eb7b6bec4967713aa.zip
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
Notes
Notes: svn path=/head/; revision=318401
Diffstat (limited to 'sys/dev/tws')
-rw-r--r--sys/dev/tws/tws.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/tws/tws.h b/sys/dev/tws/tws.h
index 8cb9791c0ad8..0af50c4f425d 100644
--- a/sys/dev/tws/tws.h
+++ b/sys/dev/tws/tws.h
@@ -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 */