Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45118
b: refs/heads/master
c: 0f5486e
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Dec 30, 2006
1 parent 48aed75 commit 20cbfb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bcb4ddb46a4c66d64d091e7ffa951b2aa1ba537f
refs/heads/master: 0f5486ecf7d510595c2af630aae31ed5846bdbeb
3 changes: 2 additions & 1 deletion trunk/drivers/block/cciss.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,14 +225,15 @@ static inline CommandList_struct *removeQ(CommandList_struct **Qptr,

#include "cciss_scsi.c" /* For SCSI tape support */

#define RAID_UNKNOWN 6

#ifdef CONFIG_PROC_FS

/*
* Report information about this controller.
*/
#define ENG_GIG 1000000000
#define ENG_GIG_FACTOR (ENG_GIG/512)
#define RAID_UNKNOWN 6
static const char *raid_label[] = { "0", "4", "1(1+0)", "5", "5+1", "ADG",
"UNKNOWN"
};
Expand Down

0 comments on commit 20cbfb9

Please sign in to comment.