diff options
Diffstat (limited to 'drivers/block/cciss_cmd.h')
-rw-r--r-- | drivers/block/cciss_cmd.h | 2 |
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 | ||