aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/cciss.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block/cciss.h')
-rw-r--r--drivers/block/cciss.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/block/cciss.h b/drivers/block/cciss.h
index 3b0858c83897..ad45e581a91d 100644
--- a/drivers/block/cciss.h
+++ b/drivers/block/cciss.h
@@ -65,7 +65,6 @@ struct ctlr_info
65 unsigned long io_mem_addr; 65 unsigned long io_mem_addr;
66 unsigned long io_mem_length; 66 unsigned long io_mem_length;
67 CfgTable_struct __iomem *cfgtable; 67 CfgTable_struct __iomem *cfgtable;
68 unsigned int intr;
69 int interrupts_enabled; 68 int interrupts_enabled;
70 int major; 69 int major;
71 int max_commands; 70 int max_commands;
@@ -74,6 +73,13 @@ struct ctlr_info
74 int num_luns; 73 int num_luns;
75 int highest_lun; 74 int highest_lun;
76 int usage_count; /* number of opens all all minor devices */ 75 int usage_count; /* number of opens all all minor devices */
76# define DOORBELL_INT 0
77# define PERF_MODE_INT 1
78# define SIMPLE_MODE_INT 2
79# define MEMQ_MODE_INT 3
80 unsigned int intr[4];
81 unsigned int msix_vector;
82 unsigned int msi_vector;
77 83
78 // information about each logical volume 84 // information about each logical volume
79 drive_info_struct drv[CISS_MAX_LUN]; 85 drive_info_struct drv[CISS_MAX_LUN];