[Midnightbsd-cvs] src [8329] trunk/sys/dev/ciss/cissvar.h: increase max logical drives we support

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 17 18:51:56 EDT 2016


Revision: 8329
          http://svnweb.midnightbsd.org/src/?rev=8329
Author:   laffer1
Date:     2016-09-17 18:51:56 -0400 (Sat, 17 Sep 2016)
Log Message:
-----------
increase max logical drives we support

Modified Paths:
--------------
    trunk/sys/dev/ciss/cissvar.h

Modified: trunk/sys/dev/ciss/cissvar.h
===================================================================
--- trunk/sys/dev/ciss/cissvar.h	2016-09-17 22:51:26 UTC (rev 8328)
+++ trunk/sys/dev/ciss/cissvar.h	2016-09-17 22:51:56 UTC (rev 8329)
@@ -1,4 +1,4 @@
-/* $MidnightBSD: src/sys/dev/ciss/cissvar.h,v 1.2 2008/12/02 02:24:38 laffer1 Exp $ */
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2001 Michael Smith
  * All rights reserved.
@@ -47,7 +47,7 @@
 /*
  * 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 Midnightbsd-cvs mailing list