From 4354cca44646343b543b71dea333807275a6e8c7 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 25 Oct 2012 18:46:02 +0000 Subject: 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. --- sys/dev/ciss/cissvar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/ciss') 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. -- cgit v1.2.3