Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188284
b: refs/heads/master
c: a74c163
h: refs/heads/master
v: v3
  • Loading branch information
Wayne Boyer authored and James Bottomley committed Mar 3, 2010
1 parent 8b01cac commit 18e46ee
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a32c055feed74246747bf4f45adb765136d3a4d3
refs/heads/master: a74c16390a47dcb6c96b20b572ffc9936073d4b1
15 changes: 15 additions & 0 deletions trunk/drivers/scsi/ipr.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,21 @@ static const struct ipr_chip_cfg_t ipr_chip_cfg[] = {
.clr_uproc_interrupt_reg = 0x00294
}
},
{ /* CRoC */
.mailbox = 0x00040,
.cache_line_size = 0x20,
{
.set_interrupt_mask_reg = 0x00010,
.clr_interrupt_mask_reg = 0x00018,
.sense_interrupt_mask_reg = 0x00010,
.clr_interrupt_reg = 0x00008,
.sense_interrupt_reg = 0x00000,
.ioarrin_reg = 0x00070,
.sense_uproc_interrupt_reg = 0x00020,
.set_uproc_interrupt_reg = 0x00020,
.clr_uproc_interrupt_reg = 0x00028
}
},
};

static const struct ipr_chip_t ipr_chip[] = {
Expand Down

0 comments on commit 18e46ee

Please sign in to comment.