summaryrefslogtreecommitdiffstats
path: root/sys/dev/ciss/cissvar.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2012-10-25 18:46:02 +0000
committerpeter <peter@FreeBSD.org>2012-10-25 18:46:02 +0000
commit64808b1d6d4d181a4c190b1696cb51cef0806647 (patch)
treed457246aea1c8bce41e88c11f587a7ec428af864 /sys/dev/ciss/cissvar.h
parentc0cee766bad9c49a637d57eb00265da1f104badf (diff)
downloadFreeBSD-src-64808b1d6d4d181a4c190b1696cb51cef0806647.zip
FreeBSD-src-64808b1d6d4d181a4c190b1696cb51cef0806647.tar.gz
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.
Diffstat (limited to 'sys/dev/ciss/cissvar.h')
-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 07d72b7..d109b7a 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.
OpenPOWER on IntegriCloud