]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/block/cciss.h
[PATCH] cciss: increase number of commands on controller
[linux-2.6-omap-h63xx.git] / drivers / block / cciss.h
index 562235c1445a123b9a5f36293b6f28bf887c2ff0..0d765f9237beed4c3da60aa611e899e7ea1cd966 100644 (file)
@@ -60,6 +60,7 @@ struct ctlr_info
        __u32   board_id;
        void __iomem *vaddr;
        unsigned long paddr;
+       int     nr_cmds; /* Number of commands allowed on this controller */
        CfgTable_struct __iomem *cfgtable;
        int     interrupts_enabled;
        int     major;
@@ -282,6 +283,7 @@ struct board_type {
        __u32   board_id;
        char    *product_name;
        struct access_method *access;
+       int nr_cmds; /* Max cmds this kind of ctlr can handle. */
 };
 
 #define CCISS_LOCK(i)  (&hba[i]->lock)