Skip to content

Commit

Permalink
[PATCH] I2O: Limit max sector workaround for Promise controllers
Browse files Browse the repository at this point in the history
Set max sectors to 256 for Promise controllers.

Signed-off-by: Markus Lidel <Markus.Lidel@shadowconnect.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Markus Lidel authored and Linus Torvalds committed Jun 24, 2005
1 parent f33213e commit 718c318
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/message/i2o/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ static int __devinit i2o_pci_probe(struct pci_dev *pdev,
pci_write_config_word(i960, 0x42, 0);

c->promise = 1;
c->limit_sectors = 1;
}

if (pdev->subsystem_vendor == PCI_VENDOR_ID_DPT)
Expand Down

0 comments on commit 718c318

Please sign in to comment.