diff options
author | Mike Miller (OS Dev) <mikem@beardog.cca.cpqcorp.net> | 2006-10-01 02:27:23 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-01 03:39:20 -0400 |
commit | 00988a3514bbc0cce781c067cf52559741d88b80 (patch) | |
tree | e0a844ecd9351c67dd9e73e8e6aafd064fa43137 /drivers/block/cciss.h | |
parent | 82b0547cfae1fb2ee26cad588f6d49a347d24740 (diff) |
[PATCH] cciss: support for >2TB logical volumes
Add support for logical volumes >2TB. All SAS/SATA controllers support
large volumes.
Signed-off-by: Mike Miller <mike.miller@hp.com>
Cc: Jens Axboe <axboe@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/block/cciss.h')
-rw-r--r-- | drivers/block/cciss.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/block/cciss.h b/drivers/block/cciss.h index 868e0d862b0d..562235c1445a 100644 --- a/drivers/block/cciss.h +++ b/drivers/block/cciss.h | |||
@@ -76,6 +76,9 @@ struct ctlr_info | |||
76 | unsigned int intr[4]; | 76 | unsigned int intr[4]; |
77 | unsigned int msix_vector; | 77 | unsigned int msix_vector; |
78 | unsigned int msi_vector; | 78 | unsigned int msi_vector; |
79 | BYTE cciss_read; | ||
80 | BYTE cciss_write; | ||
81 | BYTE cciss_read_capacity; | ||
79 | 82 | ||
80 | // information about each logical volume | 83 | // information about each logical volume |
81 | drive_info_struct drv[CISS_MAX_LUN]; | 84 | drive_info_struct drv[CISS_MAX_LUN]; |