Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2012 18:46:02 +0000 (UTC)
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r242089 - head/sys/dev/ciss
Message-ID:  <201210251846.q9PIk2Mp022397@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210251846.q9PIk2Mp022397>