From owner-svn-src-stable-9@FreeBSD.ORG Sun Nov 4 06:35:08 2012 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D68F345A; Sun, 4 Nov 2012 06:35:08 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BD6018FC08; Sun, 4 Nov 2012 06:35:08 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id qA46Z8ke010234; Sun, 4 Nov 2012 06:35:08 GMT (envelope-from peter@svn.freebsd.org) Received: (from peter@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id qA46Z8Y8010232; Sun, 4 Nov 2012 06:35:08 GMT (envelope-from peter@svn.freebsd.org) Message-Id: <201211040635.qA46Z8Y8010232@svn.freebsd.org> From: Peter Wemm Date: Sun, 4 Nov 2012 06:35:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r242548 - stable/9/sys/dev/ciss X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2012 06:35:09 -0000 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.