svn commit: r242548 - stable/9/sys/dev/ciss
Peter Wemm
peter at FreeBSD.org
Sun Nov 4 06:35:09 UTC 2012
Author: peter
Date: Sun Nov 4 06:35:08 2012
New Revision: 242548
URL: http://svn.freebsd.org/changeset/base/242548
Log:
MFC r242089: limit of 15 -> 63 logical volumes
Modified:
stable/9/sys/dev/ciss/cissvar.h
Modified: stable/9/sys/dev/ciss/cissvar.h
==============================================================================
--- stable/9/sys/dev/ciss/cissvar.h Sun Nov 4 06:24:13 2012 (r242547)
+++ stable/9/sys/dev/ciss/cissvar.h Sun Nov 4 06:35:08 2012 (r242548)
@@ -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-stable-9
mailing list