Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 49102
b: refs/heads/master
c: 8f3334e
h: refs/heads/master
v: v3
  • Loading branch information
peter fuerst authored and James Bottomley committed Feb 16, 2007
1 parent f5b1015 commit ff91886
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: a5d8421b2f03e46f02cc02066b186fdbc0f590a6
refs/heads/master: 8f3334edae93f8b664417f4140d4d9dc9a003fe4
5 changes: 3 additions & 2 deletions trunk/drivers/scsi/sgiwd93.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,10 @@ static struct Scsi_Host * __init sgiwd93_setup_scsi(
regs.SASR = wdregs + 3;
regs.SCMD = wdregs + 7;

wd33c93_init(host, regs, dma_setup, dma_stop, WD33C93_FS_16_20);
wd33c93_init(host, regs, dma_setup, dma_stop, WD33C93_FS_MHZ(20));

hdata->wh.no_sync = 0;
if (hdata->wh.no_sync == 0xff)
hdata->wh.no_sync = 0;

if (request_irq(irq, sgiwd93_intr, 0, "SGI WD93", (void *) host)) {
printk(KERN_WARNING "sgiwd93: Could not register irq %d "
Expand Down

0 comments on commit ff91886

Please sign in to comment.