aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/cciss_cmd.h
diff options
context:
space:
mode:
authorMike Miller <mike.miller@hp.com>2006-12-06 23:35:12 -0500
committerLinus Torvalds <torvalds@woody.osdl.org>2006-12-07 11:39:30 -0500
commit799202cbd0ef6a201446d99fcbd78b9f0bda6ae5 (patch)
treecfc6a988170f4e65b810ee6a523e6d858ee01ce2 /drivers/block/cciss_cmd.h
parent3833a748aa75dd39494bb861ab018216b0a2c14e (diff)
[PATCH] cciss: add support for 1024 logical volumes
Add the support for a large number of logical volumes. We will soon have hardware that support up to 1024 logical volumes. Signed-off-by: Mike Miller <mike.miller@hp.com> Cc: Jens Axboe <jens.axboe@oracle.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/block/cciss_cmd.h')
-rw-r--r--drivers/block/cciss_cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/cciss_cmd.h b/drivers/block/cciss_cmd.h
index b2147cca5acd..43bf5593b59b 100644
--- a/drivers/block/cciss_cmd.h
+++ b/drivers/block/cciss_cmd.h
@@ -89,7 +89,7 @@ typedef union _u64bit
89//########################################################################### 89//###########################################################################
90//STRUCTURES 90//STRUCTURES
91//########################################################################### 91//###########################################################################
92#define CISS_MAX_LUN 16 92#define CISS_MAX_LUN 1024
93#define CISS_MAX_PHYS_LUN 1024 93#define CISS_MAX_PHYS_LUN 1024
94// SCSI-3 Cmmands 94// SCSI-3 Cmmands
95 95