Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226864
b: refs/heads/master
c: cd50ba8
h: refs/heads/master
v: v3
  • Loading branch information
adam radford authored and James Bottomley committed Dec 23, 2010
1 parent 3e9f4f0 commit 4e745a0
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 106 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: b6d5d8808b4c563a56414a4c4c6d652b5f87c088
refs/heads/master: cd50ba8ede5cd3c4606a8e5d163913da5ff36ad7
7 changes: 7 additions & 0 deletions trunk/drivers/scsi/megaraid/megaraid_sas.h
Original file line number Diff line number Diff line change
Expand Up @@ -1364,6 +1364,13 @@ struct megasas_instance_template {
struct megasas_register_set __iomem *);
int (*check_reset)(struct megasas_instance *, \
struct megasas_register_set __iomem *);
irqreturn_t (*service_isr)(int irq, void *devp);
void (*tasklet)(unsigned long);
u32 (*init_adapter)(struct megasas_instance *);
u32 (*build_and_issue_cmd) (struct megasas_instance *,
struct scsi_cmnd *);
void (*issue_dcmd) (struct megasas_instance *instance,
struct megasas_cmd *cmd);
};

#define MEGASAS_IS_LOGICAL(scp) \
Expand Down
Loading

0 comments on commit 4e745a0

Please sign in to comment.