Author: peter
Date: Thu Oct 25 18:46:02 2012
New Revision: 242089
URL: http://svn.freebsd.org/changeset/base/242089

Log:
  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.

Modified:
  head/sys/dev/ciss/cissvar.h

Modified: head/sys/dev/ciss/cissvar.h
==============================================================================
--- head/sys/dev/ciss/cissvar.h Thu Oct 25 18:39:09 2012        (r242088)
+++ head/sys/dev/ciss/cissvar.h Thu Oct 25 18:46:02 2012        (r242089)
@@ -46,7 +46,7 @@ typedef STAILQ_HEAD(, ciss_request)   cr_q
 /*
  * Maximum number of logical drives we support.
  */
-#define CISS_MAX_LOGICAL       15
+#define CISS_MAX_LOGICAL       63
 
 /*
  * Maximum number of physical devices we support.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to