projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0097f0f
)
[SCSI] hpsa: add new RAID level "1(ADM)"
author
Mike Miller
<mikem@beardog.cce.hp.com>
Tue, 1 May 2012 16:43:32 +0000
(11:43 -0500)
committer
James Bottomley
<JBottomley@Parallels.com>
Thu, 10 May 2012 08:18:24 +0000
(09:18 +0100)
Signed-off-by: Mike Miller <mikem@beardog.cce.hp.com>
Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/hpsa.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/hpsa.c
b/drivers/scsi/hpsa.c
index 6440171c2c83c0ccda71a78a875a845367a68c1d..0f0aac9f2581aa65a024067a7ba0adc033eba271 100644
(file)
--- a/
drivers/scsi/hpsa.c
+++ b/
drivers/scsi/hpsa.c
@@
-380,7
+380,7
@@
static inline int is_logical_dev_addr_mode(unsigned char scsi3addr[])
}
static const char *raid_label[] = { "0", "4", "1(1+0)", "5", "5+1", "ADG",
- "UNKNOWN"
+ "
1(ADM)", "
UNKNOWN"
};
#define RAID_UNKNOWN (ARRAY_SIZE(raid_label) - 1)