svn commit: r242089 - head/sys/dev/ciss

Peter Wemm peter at FreeBSD.org
Thu Oct 25 18:46:02 UTC 2012


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.


More information about the svn-src-all mailing list