aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ciss
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2012-10-25 18:46:02 +0000
committerPeter Wemm <peter@FreeBSD.org>2012-10-25 18:46:02 +0000
commit4354cca44646343b543b71dea333807275a6e8c7 (patch)
treed457246aea1c8bce41e88c11f587a7ec428af864 /sys/dev/ciss
parentab4ee4bb754d973cb65f8723f934a6feb0015ebf (diff)
downloadsrc-4354cca44646343b543b71dea333807275a6e8c7.tar.gz
src-4354cca44646343b543b71dea333807275a6e8c7.zip
Increase the driver-side limit on the number of logical volumes that
the driver will recognize. I've tested this as far as 25 volumes.
Notes
Notes: svn path=/head/; revision=242089
Diffstat (limited to 'sys/dev/ciss')
-rw-r--r--sys/dev/ciss/cissvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ciss/cissvar.h b/sys/dev/ciss/cissvar.h
index 07d72b7cef1d..d109b7a1e534 100644
--- a/sys/dev/ciss/cissvar.h
+++ b/sys/dev/ciss/cissvar.h
@@ -46,7 +46,7 @@ typedef STAILQ_HEAD(, ciss_request) cr_qhead_t;
/*
* Maximum number of logical drives we support.
*/
-#define CISS_MAX_LOGICAL 15
+#define CISS_MAX_LOGICAL 63
/*
* Maximum number of physical devices we support.